Skip to content

Commit 3b64014

Browse files
Franziska Naepeltgregkh
authored andcommitted
staging: rtl8723bs: Fix block comment issue
Fix the following checkpatch block comment issue: - WARNING: Block comments use * on subsequent lines Signed-off-by: Franziska Naepelt <franziska.naepelt@gmail.com> Link: https://lore.kernel.org/r/20230619181230.19070-1-franziska.naepelt@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent b59cba2 commit 3b64014

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,11 @@ struct cfg80211_bss *rtw_cfg80211_inform_bss(struct adapter *padapter, struct wl
329329
}
330330

331331
/*
332-
Check the given bss is valid by kernel API cfg80211_get_bss()
333-
@padapter : the given adapter
334-
335-
return true if bss is valid, false for not found.
336-
*/
332+
* Check the given bss is valid by kernel API cfg80211_get_bss()
333+
* @padapter : the given adapter
334+
*
335+
* return true if bss is valid, false for not found.
336+
*/
337337
int rtw_cfg80211_check_bss(struct adapter *padapter)
338338
{
339339
struct wlan_bssid_ex *pnetwork = &(padapter->mlmeextpriv.mlmext_info.network);

0 commit comments

Comments
 (0)