mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 20:34:23 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b59cba2309
commit
3b6401444b
@@ -329,11 +329,11 @@ struct cfg80211_bss *rtw_cfg80211_inform_bss(struct adapter *padapter, struct wl
|
||||
}
|
||||
|
||||
/*
|
||||
Check the given bss is valid by kernel API cfg80211_get_bss()
|
||||
@padapter : the given adapter
|
||||
|
||||
return true if bss is valid, false for not found.
|
||||
*/
|
||||
* Check the given bss is valid by kernel API cfg80211_get_bss()
|
||||
* @padapter : the given adapter
|
||||
*
|
||||
* return true if bss is valid, false for not found.
|
||||
*/
|
||||
int rtw_cfg80211_check_bss(struct adapter *padapter)
|
||||
{
|
||||
struct wlan_bssid_ex *pnetwork = &(padapter->mlmeextpriv.mlmext_info.network);
|
||||
|
||||
Reference in New Issue
Block a user