aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorMichael Straube <[email protected]>2019-12-14 11:09:54 +0100
committerGreg Kroah-Hartman <[email protected]>2019-12-17 14:08:41 +0100
commitdc497b4b0cd460de63413003cc64aa44cc2137e0 (patch)
treefccd074f5facf2ef69154bfceb0e170f45d65575 /tools/perf/scripts/python/export-to-postgresql.py
parent6f4d22d76baa73c5bc99d669d68c862b60a04a3d (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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions