]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: Replace x==NULL by !x
authorGargi Sharma <gs051095@gmail.com>
Fri, 17 Feb 2017 06:20:25 +0000 (11:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:17:01 +0000 (09:17 +0100)
commitbf7b821f65c06820de37cf9b677f9137a8e717d4
treec6b321095c3a0d4caccb6e6141ffdc951f1041ca
parenta993099418b0778c78a333d2d748168c17f7a438
staging: rtl8188eu: Replace x==NULL by !x

Replace x==NULL by !x, to fix the checkpatch issue
comparsion with NULL could be written as !x.

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme.c