This commit fixes the following checkpatch.pl error:

    ERROR:POINTER_LOCATION: "foo *      bar" should be "foo *bar"
    #116: FILE: ./include/HalPwrSeqCmd.h:116:
    +   struct adapter *        padapter,

Signed-off-by: Marco Cesati <marcoces...@gmail.com>
---
 drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h 
b/drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h
index 56c87ed17e48..7e8c2e511d0b 100644
--- a/drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h
+++ b/drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h
@@ -113,7 +113,7 @@ struct WLAN_PWR_CFG {
 /*     Prototype of protected function. */
 /*  */
 u8 HalPwrSeqCmdParsing(
-       struct adapter *        padapter,
+       struct adapter *padapter,
        u8              CutVersion,
        u8              FabVersion,
        u8              InterfaceType,
-- 
2.30.2

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to