]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Staging: rtl8712: rtl871x_event.h - style fix
authorDerek Robson <robsonde@gmail.com>
Sun, 26 Feb 2017 02:30:53 +0000 (15:30 +1300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:17:03 +0000 (09:17 +0100)
Fixed style of block comments
Found using checkpatch

Signed-off-by: Derek Robson <robsonde@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_event.h

index 5db8620980e5c4e1edfd3ec5a5b3b995adda859a..517137906e6c736074f3a10cdcac306d64f03900 100644 (file)
@@ -34,7 +34,7 @@
 
 /*
  * Used to report a bss has been scanned
-*/
+ */
 struct survey_event    {
        struct wlan_bssid_ex bss;
 };
@@ -42,7 +42,7 @@ struct survey_event   {
 /*
  * Used to report that the requested site survey has been done.
  * bss_cnt indicates the number of bss that has been reported.
-*/
+ */
 struct surveydone_event {
        unsigned int    bss_cnt;
 
@@ -54,7 +54,7 @@ struct surveydone_event {
  *  -1: authentication fail
  *  -2: association fail
  *  > 0: TID
-*/
+ */
 struct joinbss_event {
        struct  wlan_network    network;
 };
@@ -62,7 +62,7 @@ struct joinbss_event {
 /*
  * Used to report a given STA has joinned the created BSS.
  * It is used in AP/Ad-HoC(M) mode.
-*/
+ */
 struct stassoc_event {
        unsigned char macaddr[6];
        unsigned char rsvd[2];