diff options
| author | 2019-04-05 13:31:28 -0400 | |
|---|---|---|
| committer | 2019-04-06 18:32:21 -0700 | |
| commit | 05ca6e644dc9b733379009137ba4cc7afce2256d (patch) | |
| tree | 9132726d5a25f4dbf393027bb1d0b7882b981f6e /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | net: hsr: fix lines that ends with a '(' (diff) | |
| download | wireguard-linux-05ca6e644dc9b733379009137ba4cc7afce2256d.tar.xz wireguard-linux-05ca6e644dc9b733379009137ba4cc7afce2256d.zip | |
net: hsr: fix NULL checks in the code
This patch replaces all instance of NULL checks such as
if (foo == NULL) with if (!foo)
Also
if (foo != NULL) with if (foo)
This is seen when ran checkpatch.pl -f on files under net/hsr
and suggestion is to replace as above.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
