diff options
| author | Michael Straube <straube.linux@gmail.com> | 2019-12-14 11:09:54 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-17 14:08:41 +0100 |
| commit | dc497b4b0cd460de63413003cc64aa44cc2137e0 (patch) | |
| tree | fccd074f5facf2ef69154bfceb0e170f45d65575 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 6f4d22d76baa73c5bc99d669d68c862b60a04a3d (diff) | |
| download | linux-dc497b4b0cd460de63413003cc64aa44cc2137e0.tar.gz linux-dc497b4b0cd460de63413003cc64aa44cc2137e0.zip | |
staging: rtl8188eu: cleanup comparsions to NULL in rtw_mlme_ext.c
Cleanup 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/20191214100955.16670-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
