staging: rtl8192e: Fix comparisons to NULL
authorDavidson Francis <davidsondfgl@gmail.com>
Mon, 15 Feb 2021 19:44:41 +0000 (16:44 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:25 +0000 (09:25 +0100)
commit29b205e72b326f87d25a328c6d0ecb4a30b7d73c
tree425db5032fe8f9cad2295b3c3a37ba79b00908a2
parent733f0742a9c9814c59483a95cb0f1113599441d4
staging: rtl8192e: Fix comparisons to NULL

Checkpatch prefers the shorter version (x / !x) over
(!= NULL / == NULL), respectively.

Signed-off-by: Davidson Francis <davidsondfgl@gmail.com>
Link: https://lore.kernel.org/r/20210215194441.11430-1-davidsondfgl@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_wx.c