Sfoglia il codice sorgente

staging:rtl8192u: Change clock comment - Style

A number of block comments have been changed to comply with the coding
standard. These are coding style changes which should have no impact
on runtime code execution.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
John Whitmore 7 anni fa
parent
commit
84d979bc89
1 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  1. 7 7
      drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h

+ 7 - 7
drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h

@@ -14,10 +14,10 @@ struct aci_aifsn {
 	u8:1;
 	u8:1;
 };
 };
 
 
-//
-// Direction Field Values.
-// Ref: WMM spec 2.2.11: WME TSPEC Element, p.18.
-//
+/*
+ * Direction Field Values.
+ * Ref: WMM spec 2.2.11: WME TSPEC Element, p.18.
+ */
 enum direction_value {
 enum direction_value {
 	DIR_UP			= 0,		// 0x00	// UpLink
 	DIR_UP			= 0,		// 0x00	// UpLink
 	DIR_DOWN		= 1,		// 0x01	// DownLink
 	DIR_DOWN		= 1,		// 0x01	// DownLink
@@ -69,9 +69,9 @@ struct tspec_body {
 	u16	medium_time;
 	u16	medium_time;
 };
 };
 
 
-//----------------------------------------------------------------------------
-//      802.11 Management frame Status Code field
-//----------------------------------------------------------------------------
+/*
+ *      802.11 Management frame Status Code field
+ */
 struct octet_string {
 struct octet_string {
 	u8		*octet;
 	u8		*octet;
 	u16             length;
 	u16             length;