Re: [PATCH -next] drivers: net: declance: fix comparing pointer to 0

From: Sergei Shtylyov
Date: Tue Jan 21 2020 - 04:01:57 EST


On 21.01.2020 11:54, Chen Zhou wrote:

Fixes coccicheck warning:

./drivers/net/ethernet/amd/declance.c:611:14-15:
WARNING comparing pointer to 0

Compare pointer-typed values to NULL rather than 0.

I don't see NULL in the patch -- you used ! instead.

Yeah, i used ! here.

Make the patch description match the diff, please.

Thanks,
Chen Zhou

MBR, Sergei