diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-03-21 01:23:17 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-28 07:30:36 -0700 |
| commit | b7af4e6cc7f8f1b69e20ebd25cb633e30de4799e (patch) | |
| tree | e8b4d986674d8685cdb9eb40446c03be9219d79f /tools/perf/scripts/python | |
| parent | d08073d92463820bcebf8594279c635a793f6772 (diff) | |
staging: rtl8712: os_intfs: 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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions