summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712/rtl8712_powersave_bitdef.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2020-09-19 10:50:31 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-09-22 09:49:59 +0200
commit0e934ce2904e05d80f79f7fcb08632df3d994b6b (patch)
treeb35bbb111c6b0068b1df5a6ec7f4035ad6930688 /drivers/staging/rtl8712/rtl8712_powersave_bitdef.h
parentdbbc8fdf2ad57629436bcdb421c2d4ad9aa1974f (diff)
staging: rtl8712: clean up comparsions to NULL
Clean up comparsions to NULL Reported by checkpatch. if (x == NULL) -> if (!x) if (x != NULL) -> if (x) Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20200919085032.32453-1-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/rtl8712_powersave_bitdef.h')
0 files changed, 0 insertions, 0 deletions