aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXenia Ragiadakou <burzalodowa@gmail.com>2013-10-10 10:43:59 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-11 15:42:54 -0700
commitb3052681e8c060b9765e63a533d65424b58707bc (patch)
tree58b6d303ff37a73b10b6ff6eb7ed7eaf3bf3eb06
parent1f7750343db115cc2a15024ceb7f86c621b3fb77 (diff)
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>
-rw-r--r--drivers/staging/rtl8192u/r819xU_HTType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r819xU_HTType.h b/drivers/staging/rtl8192u/r819xU_HTType.h
index a99e3c764f5d..c2bc0ff6cb17 100644
--- a/drivers/staging/rtl8192u/r819xU_HTType.h
+++ b/drivers/staging/rtl8192u/r819xU_HTType.h
@@ -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 {