]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8723bs: Fix checkpatch.pl warnings
authorVandana BN <bnvandana@gmail.com>
Mon, 29 Apr 2019 16:00:45 +0000 (21:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Apr 2019 13:00:31 +0000 (15:00 +0200)
commit601d6f0360986560cdf5779ddab36cd4d9e7062b
tree54d1219a5d8935a21e86e7203c057661d9b264e7
parenta6d678274d1a94968e58328337ecdef54a8b089f
staging: rtl8723bs: Fix checkpatch.pl warnings

This patch resolves coding style brace warning and constant on right warning.
WARNING: Comparisons should place the constant on the right side of the test
WARNING: braces {} are not necessary for single statement blocks
CHECK: Comparison to NULL could be written "!pbuf"

Signed-off-by: Vandana BN <bnvandana@gmail.com>
------
 v2- Edited commit message and subject
 v3- Edited commit message
 v4- changed NULL check to use !pbuf
------

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_debug.c