staging: rtl8192u: add space after ',' in r819xU_HTType.h
This patch fixes the following checkpatch error: ERROR: space required after that ',' Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1f7750343d
commit
b3052681e8
|
@ -48,7 +48,7 @@ typedef enum _HT_MCS_RATE {
|
|||
HT_MCS14 = 0x00004000,
|
||||
HT_MCS15 = 0x00008000,
|
||||
/* Do not define MCS32 here although 8190 support MCS32 */
|
||||
} HT_MCS_RATE,*PHT_MCS_RATE;
|
||||
} HT_MCS_RATE, *PHT_MCS_RATE;
|
||||
|
||||
/* Represent Channel Width in HT Capabilities */
|
||||
typedef enum _HT_CHANNEL_WIDTH {
|
||||
|
|
Loading…
Reference in New Issue