From: Xenia Ragiadakou Date: Thu, 10 Oct 2013 07:43:59 +0000 (+0300) Subject: staging: rtl8192u: add space after ',' in r819xU_HTType.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b3052681e8c060b9765e63a533d65424b58707bc;p=deliverable%2Flinux.git 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 --- 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 {