OSDN Git Service

staging: rtl8188eu: replace NULL comparison with variable
authorSantha Meena Ramamoorthy <santhameena13@gmail.com>
Mon, 5 Mar 2018 18:56:13 +0000 (10:56 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:07:49 +0000 (04:07 -0800)
commit7de2258b5c71631216e2ea968980d6a78bb752d3
tree63d9ceed371765785540ca2c97b56aa6c3100c20
parentc41cd503d70df654672a1e9a1b50ca8220f8a174
staging: rtl8188eu: replace NULL comparison with variable

Replace NULL comparison of the variable with the variable name or
!variable to conform to the Linux kernel coding style. Issue found using
checkpatch.

Signed-off-by: Santha Meena Ramamoorthy <santhameena13@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ieee80211.c
drivers/staging/rtl8188eu/core/rtw_ioctl_set.c
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
drivers/staging/rtl8188eu/core/rtw_recv.c
drivers/staging/rtl8188eu/core/rtw_security.c
drivers/staging/rtl8188eu/core/rtw_wlan_util.c
drivers/staging/rtl8188eu/core/rtw_xmit.c