2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 23:23:55 +08:00
linux-next/drivers/staging/rtl8188eu
Shraddha Barke fc749a9a3d Staging: rtl8188eu: os_dep: recv_linux.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>
2015-09-12 18:25:01 -07:00
..
core Staging: rtl8188eu: core: Remove explicit NULL comparison 2015-09-12 18:25:00 -07:00
hal Staging: rtl8188eu: hal: rtl8188eu_xmit.c: Remove explicit NULL comparison 2015-09-12 18:25:01 -07:00
include staging/rtl8188eu : Remove unused macro definitions. 2015-09-12 18:24:56 -07:00
os_dep Staging: rtl8188eu: os_dep: recv_linux.c: Remove explicit NULL comparison 2015-09-12 18:25:01 -07:00
Kconfig staging: rtl8188eu: Remove P2P support 2014-07-09 21:08:47 -07:00
Makefile staging: rtl8188eu: Remove odm_debug.c 2014-09-23 23:47:12 -07:00
TODO staging: Additional item for rtl8188eu TODO list 2014-02-14 09:19:53 -08:00