staging: r8188eu: clean up comparsions to NULL in os_dep directory
authorMichael Straube <straube.linux@gmail.com>
Fri, 30 Jul 2021 13:02:04 +0000 (15:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Jul 2021 14:06:27 +0000 (16:06 +0200)
commitd8062f6adca1ef13a0bab70ddcd67881d483338e
treea0c81797b91bd610aad9088f2cc000bdfe30d477
parent792a00c16597415e8058c1f4ff8226866e8accf8
staging: r8188eu: clean up comparsions to NULL in os_dep directory

Clean up comparsions to NULL in the os_dep directory reported by
checkpatch.

x == NULL -> !x
x != NULL -> x

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210730130204.18229-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/os_dep/ioctl_linux.c
drivers/staging/r8188eu/os_dep/mlme_linux.c
drivers/staging/r8188eu/os_dep/os_intfs.c
drivers/staging/r8188eu/os_dep/osdep_service.c
drivers/staging/r8188eu/os_dep/recv_linux.c
drivers/staging/r8188eu/os_dep/usb_intf.c
drivers/staging/r8188eu/os_dep/xmit_linux.c