OSDN Git Service

staging: rtl8723bs: fix comparsion to NULL - coding style
authorMichael Straube <straube.linux@gmail.com>
Wed, 27 Jun 2018 17:36:46 +0000 (19:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jun 2018 13:46:01 +0000 (22:46 +0900)
commit05ccc7061a3b2f11ac0a6c4d9528b4ca62acc139
treeb2b77220fc71055acbed5aba4c5a6be98f7daf3d
parent6d2b0f7b9c1e8028f9a3efb99f539cb2f6d3d669
staging: rtl8723bs: fix comparsion to NULL - coding style

Fix comparsion to NULL issues found by checkpatch.
Use !x instead of x == NULL.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ieee80211.c