diff options
author | Michael Straube <straube.linux@gmail.com> | 2020-09-19 17:08:23 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-22 09:51:12 +0200 |
commit | d6628e8cbe20472d415977f9f13210e789ed6bea (patch) | |
tree | 2b36835bdf1c0f33caec1e43ec270b45ef2b5a8d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e7a9c7b516285485fbbca1d84fb8e63b4ae4d5a2 (diff) |
staging: rtl8192u: clean up comparsions to NULL
Clean up comparsions to NULL reported by checkpatch.
if (x == NULL) -> if (!x)
if (x != NULL) -> if (x)
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200919150823.16923-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions