staging: rtl8723bs: ioctl_linux: Fix block comment alignment
authorFranziska Naepelt <franziska.naepelt@googlemail.com>
Sat, 22 Jul 2023 21:58:08 +0000 (23:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jul 2023 08:04:45 +0000 (10:04 +0200)
Fix the following checkpatch issue:
- WARNING: Block comments should align the * on each line

Signed-off-by: Franziska Naepelt <franziska.naepelt@googlemail.com>
Link: https://lore.kernel.org/r/20230722215808.4246-1-franziska.naepelt@googlemail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c

index 20c296d88c8d0b2c62b6d1514bc194731ac7eea9..088d29b9ea03729bbcc598160b2208d7fcb95f16 100644 (file)
@@ -1204,9 +1204,9 @@ static int rtw_hostapd_ioctl(struct net_device *dev, struct iw_point *p)
        struct adapter *padapter = rtw_netdev_priv(dev);
 
        /*
-       * this function is expect to call in master mode, which allows no power saving
-       * so, we just check hw_init_completed
-       */
+        * this function is expect to call in master mode, which allows no power saving
+        * so, we just check hw_init_completed
+        */
 
        if (!padapter->hw_init_completed)
                return -EPERM;