]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: fix NULL comparison style
authorChaehyun Lim <chaehyun.lim@gmail.com>
Fri, 2 Oct 2015 12:44:48 +0000 (21:44 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 08:42:39 +0000 (09:42 +0100)
commit8354d1cc21afdafbf3d64885ee9dfc1d1c948031
treeb196bf642c69e7763ec718dfe7f6c03686082ba6
parentb86f5fc0b6414180b518c645bf29af915c7ed964
staging: wilc1000: fix NULL comparison style

This patch changes NULL comparison style to use ! operator found by
checkpatch.pl

CHECK: Comparison to NULL could be written "!pstrWFIDrv"
drivers/staging/wilc1000/host_interface.c:5324:

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c