Re: [PATCH v2] bpf, i386: remove unneeded conversion to bool

From: Martin KaFai Lau
Date: Wed May 06 2020 - 18:06:45 EST


On Wed, May 06, 2020 at 10:03:52PM +0800, Jason Yan wrote:
> The '==' expression itself is bool, no need to convert it to bool again.
> This fixes the following coccicheck warning:
Make sense.

It may belong to bpf-next instead.

Acked-by: Martin KaFai Lau <kafai@xxxxxx>