[PATCH 13/15] staging: rtl8192u: add space after ', ' in r819xU_HTType.h

Xenia Ragiadakou burzalodowa at gmail.com
Thu Oct 10 07:43:59 UTC 2013


This patch fixes the following checkpatch error:
ERROR: space required after that ','

Signed-off-by: Xenia Ragiadakou <burzalodowa at gmail.com>
---
 drivers/staging/rtl8192u/r819xU_HTType.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192u/r819xU_HTType.h b/drivers/staging/rtl8192u/r819xU_HTType.h
index a99e3c7..c2bc0ff 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 {
-- 
1.8.3.4



More information about the devel mailing list