]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite9a8dcf4a76b317771ab2542a6fd991e15e76731
tree425db5032fe8f9cad2295b3c3a37ba79b00908a2
parent7cc4844b885961d633b29bdb1552cafe4b163dab
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