mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-14 09:47:20 +00:00
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>
This commit is contained in:
parent
62f9868990
commit
0f8931f1b3
@ -31,8 +31,8 @@ typedef union _SEQUENCE_CONTROL{
|
||||
struct {
|
||||
u16 FragNum:4;
|
||||
u16 SeqNum:12;
|
||||
}field;
|
||||
}SEQUENCE_CONTROL, *PSEQUENCE_CONTROL;
|
||||
} field;
|
||||
} SEQUENCE_CONTROL, *PSEQUENCE_CONTROL;
|
||||
|
||||
typedef union _BA_PARAM_SET {
|
||||
u8 charData[2];
|
||||
|
Loading…
x
Reference in New Issue
Block a user