diff options
author | Shraddha Barke <shraddha.6596@gmail.com> | 2015-09-11 11:32:29 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-12 18:24:59 -0700 |
commit | ff52fc380db676398fe92e2a3c802ecb41bc535e (patch) | |
tree | 4d0e0219e1170a8f5a85c8d3fc6d6aec682b8692 /drivers/staging/rdma | |
parent | 412ef9933e403bb863ec6ac29e671dd832c4638b (diff) | |
download | linux-ff52fc380db676398fe92e2a3c802ecb41bc535e.tar.bz2 |
Staging: speakup: varhandlers.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 'drivers/staging/rdma')
0 files changed, 0 insertions, 0 deletions