summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qed/qed_hsi.h
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2018-06-03 14:49:52 +0300
committerDavid S. Miller <davem@davemloft.net>2018-06-05 00:07:27 +0300
commitb8aac410b76058bc00fff9398d273566fac921cf (patch)
treef98ff30e4915406ee6d0162b52387c536e8b5381 /drivers/net/ethernet/qlogic/qed/qed_hsi.h
parent6dc5aa212321c87a79746980eb258912bcf352ba (diff)
downloadlinux-b8aac410b76058bc00fff9398d273566fac921cf.tar.xz
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>
Diffstat (limited to 'drivers/net/ethernet/qlogic/qed/qed_hsi.h')
0 files changed, 0 insertions, 0 deletions