summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorIoana Ciornei <ciorneiioana@gmail.com>2015-10-18 15:51:49 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-24 19:02:42 -0700
commitb6f6fd8a871cebc8085719c08ea489d1d98bb21e (patch)
tree399a69eb2045b0eb4eaba39bf56f0b9ebdb8c2f7 /tools/perf/scripts/python/syscall-counts.py
parenta4785ef8102390fa7e0e8865efd44036b7337e22 (diff)
stating: gdm724x: remove explicit NULL comparison
This patch converts explicit NULL comparison to its shorter equivalent form. Done with coccinelle semantic patch: @@ expression e; @@ - e == NULL + !e Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions