Эх сурвалжийг харах

staging: rtl8192u: ieee80211: Fix space required after }.

This was reported in checkpatch.pl:
ERROR: space required after that close brace '}'

Changes in v2:
add space after close brace '}' also at line 35, before it
was only for 34.

Signed-off-by: Valerio Genovese  <valerio.click@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Valerio Genovese 8 жил өмнө
parent
commit
0f8931f1b3

+ 2 - 2
drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h

@@ -31,8 +31,8 @@ typedef union _SEQUENCE_CONTROL{
 	struct {
 	struct {
 		u16	FragNum:4;
 		u16	FragNum:4;
 		u16	SeqNum:12;
 		u16	SeqNum:12;
-	}field;
-}SEQUENCE_CONTROL, *PSEQUENCE_CONTROL;
+	} field;
+} SEQUENCE_CONTROL, *PSEQUENCE_CONTROL;
 
 
 typedef union _BA_PARAM_SET {
 typedef union _BA_PARAM_SET {
 	u8 charData[2];
 	u8 charData[2];