staging: rtl8723bs: Fix block comment issue
authorFranziska Naepelt <franziska.naepelt@googlemail.com>
Mon, 19 Jun 2023 18:12:30 +0000 (20:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jun 2023 14:12:56 +0000 (16:12 +0200)
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>
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c

index 1afd1a9..3849d67 100644 (file)
@@ -329,11 +329,11 @@ exit:
 }
 
 /*
      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);