diff options
author | Shraddha Barke <shraddha.6596@gmail.com> | 2015-09-11 05:10:56 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-13 01:25:01 (GMT) |
commit | b210e0dc6056953f54bb539630c5e0db2b0b9026 (patch) | |
tree | 3df595d0629659a88d7f3b2dc2571b4a83c278d3 /scripts/coccicheck | |
parent | cfd23644a87d9b6b0917c72418c5966520fd4e5a (diff) | |
download | linux-b210e0dc6056953f54bb539630c5e0db2b0b9026.tar.xz |
Staging: rtl8188eu: hal: rtl8188eu_xmit.c: Remove explicit NULL comparison
Remove explicit NULL comparison and write it in its simpler form.
Replacement done with coccinelle:
@replace_rule@
expression e;
@@
-e == NULL
+ !e
Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/coccicheck')
0 files changed, 0 insertions, 0 deletions