staging: rtl8192u: add space after ',' in r819xU_HTType.h
authorXenia Ragiadakou <burzalodowa@gmail.com>
Thu, 10 Oct 2013 07:43:59 +0000 (10:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 22:42:54 +0000 (15:42 -0700)
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>
drivers/staging/rtl8192u/r819xU_HTType.h

index a99e3c764f5d49fb648b30e9ddc977f1d001d1c5..c2bc0ff6cb177674f5f84f5dc5605d8d34025104 100644 (file)
@@ -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 {
This page took 0.024751 seconds and 5 git commands to generate.