Re: [PATCH] net_sched: force endianness annotation

From: Cong Wang
Date: Sun Apr 28 2019 - 14:17:19 EST


On Sat, Apr 27, 2019 at 11:00 PM Nicholas Mc Guire <hofrat@xxxxxxxxx> wrote:
>
> While the endiannes is being handled correctly sparse was unhappy with
> the missing annotation as be16_to_cpu()/be32_to_cpu() expects a __be16
> respectively __be32. To mitigate this annotation issue forced annotation
> is introduced. Note that this patch has no impact on the generated binary.
>
> Signed-off-by: Nicholas Mc Guire <hofrat@xxxxxxxxx>

Acked-by: Cong Wang <xiyou.wangcong@xxxxxxxxx>


Thanks.