summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2023-10-21 14:19:47 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-10-21 22:53:08 +0200
commite63771781beadbdef537f6de36f62c8e672a5b8f (patch)
tree0068ef57874c61c58c0c5793900e605043b522a4 /tools/perf/scripts/python/task-analyzer.py
parent3249888c1b8c9d9fdad9f818e7ac5d7646ff91a1 (diff)
staging: rtl8192e: clean up comparisons to NULL
Clean up comparisons to NULL to improve readability. Reported by checkpatch. if (x == NULL) -> if (!x) if (x != NULL) -> if (x) Signed-off-by: Michael Straube <straube.linux@gmail.com> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20231021121947.14516-1-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions