Files
linux/drivers
Varsha Rao b8aac410b7 net: ethernet: bnx2: Replace NULL comparison
This patch fixes the checkpatch issue of NULL comparison. Replace x == NULL
with !x, by using the following coccinelle script:

@disable is_null@
expression e;
@@
-e==NULL
+!e

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-06-04 17:07:27 -04:00
..
2018-05-29 09:59:53 -04:00
2018-04-19 15:11:50 -07:00
2018-03-27 09:51:22 +02:00
2018-05-29 20:14:32 +02:00
2018-05-22 13:48:34 -04:00
2018-03-19 14:20:24 -05:00
2018-04-18 23:37:25 -04:00
2018-05-17 16:11:40 -04:00
2018-03-29 13:38:10 +03:00