On Tue, 3 Nov 2020 12:13:29 + Madalin Bucur wrote:
> > Fix coccicheck warnings:
> >
> > ./dpaa_eth.c:2549:2-22: WARNING: Assignment of 0/1 to bool variable
> > ./dpaa_eth.c:2562:2-22: WARNING: Assignment of 0/1 to bool variable
> >
> > Reported-by: Hulk Robot
> > Signed-off-by: Zou Wei
>
>
> -Original Message-
> From: Zou Wei
> Sent: 03 November 2020 14:05
> To: Madalin Bucur ; da...@davemloft.net;
> k...@kernel.org
> Cc: netdev@vger.kernel.org; linux-ker...@vger.kernel.org; Zou Wei
>
> Subject: [PATCH -next] dpaa_eth: use false and true for bool variables
>
> Fix cocciche