Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Derek Robson and committed by
Greg Kroah-Hartman
404da57f 50b75bd5

+4 -4
+4 -4
drivers/staging/rtl8712/rtl871x_event.h
··· 34 34 35 35 /* 36 36 * Used to report a bss has been scanned 37 - */ 37 + */ 38 38 struct survey_event { 39 39 struct wlan_bssid_ex bss; 40 40 }; ··· 42 42 /* 43 43 * Used to report that the requested site survey has been done. 44 44 * bss_cnt indicates the number of bss that has been reported. 45 - */ 45 + */ 46 46 struct surveydone_event { 47 47 unsigned int bss_cnt; 48 48 ··· 54 54 * -1: authentication fail 55 55 * -2: association fail 56 56 * > 0: TID 57 - */ 57 + */ 58 58 struct joinbss_event { 59 59 struct wlan_network network; 60 60 }; ··· 62 62 /* 63 63 * Used to report a given STA has joinned the created BSS. 64 64 * It is used in AP/Ad-HoC(M) mode. 65 - */ 65 + */ 66 66 struct stassoc_event { 67 67 unsigned char macaddr[6]; 68 68 unsigned char rsvd[2];