commit | ddf1169fec57c68f9ab561ac818b02aae95943b4 | [log] [tgz] |
---|---|---|
author | Kalesh AP <kalesh.purayil@emulex.com> | Thu Jul 17 16:20:28 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 17 16:38:15 2014 -0700 |
tree | 4b62be2238bc14eb94a55a918a71e69a9837047d | |
parent | b99f8036ff04d30d27ab8144b409cecdcb0bf035 [diff] |
be2net: use "if (!foo)" test style Replace "if (foo == NULL)" statements with "if (!foo)" to be consistent across the driver. Signed-off-by: Kalesh AP <kalesh.purayil@emulex.com> Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>