Staging: rtl8712: rtl871x_event.h - style fix

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>
This commit is contained in:
Derek Robson 2017-02-26 15:30:53 +13:00 committed by Greg Kroah-Hartman
parent 50b75bd5ba
commit 404da57fe9
1 changed files with 4 additions and 4 deletions

View File

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