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

Staging: rtl8712: wifi.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
de640ee3 732e5ab1

+6 -6
+6 -6
drivers/staging/rtl8712/wifi.h
··· 370 370 371 371 372 372 /*----------------------------------------------------------------------------- 373 - Below is for the security related definition 373 + * Below is for the security related definition 374 374 *----------------------------------------------------------------------------- 375 375 */ 376 376 #define _RESERVED_FRAME_TYPE_ 0 ··· 415 415 416 416 417 417 /* --------------------------------------------------------------------------- 418 - Below is the fixed elements... 418 + * Below is the fixed elements... 419 419 * --------------------------------------------------------------------------- 420 420 */ 421 421 #define _AUTH_ALGM_NUM_ 2 ··· 444 444 #define cap_ShortPremble BIT(5) 445 445 446 446 /*----------------------------------------------------------------------------- 447 - Below is the definition for 802.11i / 802.1x 447 + * Below is the definition for 802.11i / 802.1x 448 448 *------------------------------------------------------------------------------ 449 449 */ 450 450 #define _IEEE8021X_MGT_ 1 /*WPA */ 451 451 #define _IEEE8021X_PSK_ 2 /* WPA with pre-shared key */ 452 452 453 453 /*----------------------------------------------------------------------------- 454 - Below is the definition for WMM 454 + * Below is the definition for WMM 455 455 *------------------------------------------------------------------------------ 456 456 */ 457 457 #define _WMM_IE_Length_ 7 /* for WMM STA */ ··· 459 459 460 460 461 461 /*----------------------------------------------------------------------------- 462 - Below is the definition for 802.11n 462 + * Below is the definition for 802.11n 463 463 *------------------------------------------------------------------------------ 464 464 */ 465 465 ··· 498 498 #define IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA 0x0004 499 499 500 500 501 - /** 501 + /* 502 502 * struct ieee80211_ht_cap - HT capabilities 503 503 * 504 504 * This structure refers to "HT capabilities element" as