OSDN Git Service

staging: rtl8192u: fix line size in r819xU_HTType.h
authorXenia Ragiadakou <burzalodowa@gmail.com>
Thu, 10 Oct 2013 07:44:01 +0000 (10:44 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 22:42:55 +0000 (15:42 -0700)
This patch fixes the following checkpatch warning in r819xU_HTType.h:
WARNING: line over 80 characters

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r819xU_HTType.h

index 603a940..2cbb8e6 100644 (file)
@@ -267,7 +267,7 @@ typedef struct _RT_HIGH_THROUGHPUT {
 
        /* For Bandwidth Switching */
        u8                      bSwBwInProgress;
-       CHNLOP                  ChnlOp; /* software switching channel in progress. */
+       CHNLOP                  ChnlOp; /* sw switching channel in progress. */
        u8                      SwBwStep;
        struct timer_list       SwBwTimer;