aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
diff options
context:
space:
mode:
authorGravatar Franziska Naepelt <franziska.naepelt@googlemail.com> 2023-07-22 23:58:08 +0200
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2023-07-27 10:04:45 +0200
commitf2388a899e6bc81b938d71bf1807728ca5477ec4 (patch)
treef1a735f38393da90497923e2e339b4a479cbe807 /drivers/staging/rtl8723bs
parentstaging: rtl8723bs: ioctl_linux: Fix code indent (diff)
downloadlinux-f2388a899e6bc81b938d71bf1807728ca5477ec4.tar.gz
linux-f2388a899e6bc81b938d71bf1807728ca5477ec4.tar.bz2
linux-f2388a899e6bc81b938d71bf1807728ca5477ec4.zip
staging: rtl8723bs: ioctl_linux: Fix block comment alignment
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>
Diffstat (limited to 'drivers/staging/rtl8723bs')
-rw-r--r--drivers/staging/rtl8723bs/os_dep/ioctl_linux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c b/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
index 20c296d88c8d..088d29b9ea03 100644
--- a/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
+++ b/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
@@ -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;