2021-03-04 08:54:25

by Yonghong Song

[permalink] [raw]
Subject: Re: [PATCH] bpf: Simplify the calculation of variables



On 3/2/21 11:20 PM, Jiapeng Chong wrote:
> Fix the following coccicheck warnings:
>
> ./tools/bpf/bpf_dbg.c:1201:55-57: WARNING !A || A && B is equivalent to
> !A || B.
>
> Reported-by: Abaci Robot <[email protected]>
> Signed-off-by: Jiapeng Chong <[email protected]>

Acked-by: Yonghong Song <[email protected]>