Commit b3052681 authored by Xenia Ragiadakou's avatar Xenia Ragiadakou Committed by Greg Kroah-Hartman

staging: rtl8192u: add space after ',' in r819xU_HTType.h

This patch fixes the following checkpatch error:
ERROR: space required after that ','
Signed-off-by: default avatarXenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1f775034
...@@ -48,7 +48,7 @@ typedef enum _HT_MCS_RATE { ...@@ -48,7 +48,7 @@ typedef enum _HT_MCS_RATE {
HT_MCS14 = 0x00004000, HT_MCS14 = 0x00004000,
HT_MCS15 = 0x00008000, HT_MCS15 = 0x00008000,
/* Do not define MCS32 here although 8190 support MCS32 */ /* 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 */ /* Represent Channel Width in HT Capabilities */
typedef enum _HT_CHANNEL_WIDTH { typedef enum _HT_CHANNEL_WIDTH {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment