[PATCH 06/11] staging: rtl8723bs: os_dep: align parameters with open parenthesis
From: luka . gejak
Date: Mon Apr 13 2026 - 06:16:25 EST
From: Luka Gejak <luka.gejak@xxxxxxxxx>
Align function parameters with the open parenthesis in the os_dep
directory to adhere to the Linux kernel coding style. This resolves
"Alignment should match open parenthesis" warnings reported by
checkpatch.pl.
Signed-off-by: Luka Gejak <luka.gejak@xxxxxxxxx>
---
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
index 098456e97c96..eb407d245ebc 100644
--- a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
+++ b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
@@ -2305,7 +2305,7 @@ static int cfg80211_rtw_start_ap(struct wiphy *wiphy, struct net_device *ndev,
}
static int cfg80211_rtw_change_beacon(struct wiphy *wiphy, struct net_device *ndev,
- struct cfg80211_ap_update *info)
+ struct cfg80211_ap_update *info)
{
struct adapter *adapter = rtw_netdev_priv(ndev);
--
2.53.0