diff options
| author | Aastha Gupta <aastha.gupta4104@gmail.com> | 2017-09-18 01:30:35 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-09-18 11:50:40 +0200 |
| commit | f952ec5f429cf961e1a812591a39c6c5c5852c9c (patch) | |
| tree | 484dd4b933949e459c0eedd72cc022298d891a83 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 08710da3cf932149de3440bbaec4dfdfba5a33df (diff) | |
| download | kernel-f952ec5f429cf961e1a812591a39c6c5c5852c9c.tar.gz | |
staging: speakup: remove NULL comparison
This was done using cocccinelle script:
@@
identifier arg;
@@
-arg==NULL
+!arg
Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
