]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: fix comparsions to NULL - coding style
authorMichael Straube <straube.linux@gmail.com>
Sat, 28 Jul 2018 14:29:15 +0000 (16:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 29 Jul 2018 08:19:40 +0000 (10:19 +0200)
commitf04d87357961b1c1e8073d146b115af3757be03b
tree992b4748c0c09b06eb760fdc2281d9db68b37a4f
parent46e8667ca31644178f1024745d89620e896f5f1b
staging: rtl8188eu: fix comparsions to NULL - coding style

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/rtl8188eu/core/rtw_xmit.c