diff options
| author | Michael Straube <[email protected]> | 2020-09-19 17:08:23 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-09-22 09:51:12 +0200 |
| commit | d6628e8cbe20472d415977f9f13210e789ed6bea (patch) | |
| tree | 2b36835bdf1c0f33caec1e43ec270b45ef2b5a8d /tools/perf/scripts/python/stackcollapse.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 <[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/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions