summaryrefslogtreecommitdiff
path: root/scripts/coccicheck
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-09-11 05:10:56 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-13 01:25:01 (GMT)
commitb210e0dc6056953f54bb539630c5e0db2b0b9026 (patch)
tree3df595d0629659a88d7f3b2dc2571b4a83c278d3 /scripts/coccicheck
parentcfd23644a87d9b6b0917c72418c5966520fd4e5a (diff)
downloadlinux-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