diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-03-06 02:49:46 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-11 22:09:09 -0800 |
| commit | 0cd8f4396e3204cff40208221a92cd6322d2b721 (patch) | |
| tree | cce074c414b8b09d08471c7facc918a9befc43fe /scripts/gdb/linux/lists.py | |
| parent | b747a1e936b614afd4a5ba5b51ae8d00ea53de2c (diff) | |
staging: rtl8723au: core: rtw_security: 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 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions