]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
Staging: rtl8723bs: fix spaces in HalPwrSeqCmd.h
authorMarco Cesati <marcocesati@gmail.com>
Mon, 15 Mar 2021 17:05:59 +0000 (18:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Mar 2021 11:23:16 +0000 (12:23 +0100)
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,

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210315170618.2566-39-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/HalPwrSeqCmd.h

index 56c87ed17e4859083313ae10c9e94d0033405f90..7e8c2e511d0bc125e89010d6ddc8461be1cda633 100644 (file)
@@ -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,