summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorsayli karnik <karniksayli1995@gmail.com>2016-09-16 23:29:30 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-17 23:36:53 +0200
commita0db9c0a529d4407a1ed4bf697a09f50ae3e9744 (patch)
tree2a14b84b782e0fc9efabd411aca5548df661f2bc /tools/perf/scripts/python/bin
parentf9c7cb1cb5e1d81d24bf2d2c79229a3f25ab7e5d (diff)
downloadlinux-a0db9c0a529d4407a1ed4bf697a09f50ae3e9744.tar.gz
linux-a0db9c0a529d4407a1ed4bf697a09f50ae3e9744.zip
staging: media: davinci_vpfe: Replace explicit NULL comparison with ! operator
This patch replaces the explicit NULL comparisons with ! operator. It was found using Coccinelle: @disable is_null@ expression e; @@ - e == NULL + !e Signed-off-by: sayli karnik <karniksayli1995@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions