diff options
| author | Cristina Opriceana <[email protected]> | 2015-03-31 12:51:38 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-04-01 17:23:20 +0200 |
| commit | 8f94c31feeba8b872ed18d075b57de5d04575d05 (patch) | |
| tree | 3b580147f55f887199b370389502ca1b22b314c8 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 025c7da9eeba3a6c77ef9485a4c1c1a797dd7a4e (diff) | |
Staging: iio: iio_simple_dummy: Remove explicit NULL comparison
This patch removes explicit NULL comparison and writes it in its
simpler form. Done with coccinelle:
@replace_rule@
expression e;
@@
-e == NULL
+ !e
Signed-off-by: Cristina Opriceana <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions