diff options
author | Shraddha Barke <shraddha.6596@gmail.com> | 2015-09-11 05:10:55 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-13 01:25:01 (GMT) |
commit | cfd23644a87d9b6b0917c72418c5966520fd4e5a (patch) | |
tree | 59d7628fc9af4fa8f7a0e4d12e05d3fbb81a4516 /scripts/coccicheck | |
parent | 5228fb63a1060c4bb361df7d986f9bb025324e6e (diff) | |
download | linux-cfd23644a87d9b6b0917c72418c5966520fd4e5a.tar.xz |
Staging: rtl8188eu: hal: Hal8188ERateAdaptive.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