]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdd02949f7b0187ee502a8f8eb81dabf170894402
tree63d9ceed371765785540ca2c97b56aa6c3100c20
parent38343a7d8446fc9b78d302b6db78074c6434f494
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