From b3052681e8c060b9765e63a533d65424b58707bc Mon Sep 17 00:00:00 2001 From: Xenia Ragiadakou Date: Thu, 10 Oct 2013 10:43:59 +0300 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- 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 { -- 2.7.4