diff options
author | Bhaktipriya Shridhar <bhaktipriya96@gmail.com> | 2016-03-06 02:47:23 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-11 22:09:09 -0800 |
commit | b747a1e936b614afd4a5ba5b51ae8d00ea53de2c (patch) | |
tree | e8eee837d320602da675c035c627ee4b05aa5399 /tools/perf/scripts/python/syscall-counts.py | |
parent | d31770b32fb40f6087ca9ae7139fedd0d0a27771 (diff) |
staging: rtl8723au: core: rtw_sta_mgt: Change form of NULL comparisons
Change null comparisons of the form x == NULL to !x.
This was done using Coccinelle.
@@
expression e;
@@
- e == NULL
+ !e
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@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