diff options
| author | Michael Straube <[email protected]> | 2019-12-14 11:09:54 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-12-17 14:08:41 +0100 |
| commit | dc497b4b0cd460de63413003cc64aa44cc2137e0 (patch) | |
| tree | fccd074f5facf2ef69154bfceb0e170f45d65575 /tools/perf/scripts/python/bin | |
| parent | 6f4d22d76baa73c5bc99d669d68c862b60a04a3d (diff) | |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions