aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
diff options
context:
space:
mode:
authorXenia Ragiadakou <burzalodowa@gmail.com>2013-10-10 10:44:01 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-11 15:42:55 -0700
commit1bafe45f9b2df1b7c7092b424ef7690ec7e030fb (patch)
treec96c8e1daa54efc5925c1f21c11b5e16b1ab6524 /drivers/staging/rtl8192u
parentstaging: rtl8192u: add parenthesis around complex macros in r819xU_HTType.h (diff)
downloadlinux-dev-1bafe45f9b2df1b7c7092b424ef7690ec7e030fb.tar.xz
linux-dev-1bafe45f9b2df1b7c7092b424ef7690ec7e030fb.zip
staging: rtl8192u: fix line size in r819xU_HTType.h
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>
Diffstat (limited to 'drivers/staging/rtl8192u')
-rw-r--r--drivers/staging/rtl8192u/r819xU_HTType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r819xU_HTType.h b/drivers/staging/rtl8192u/r819xU_HTType.h
index 603a9403789f..2cbb8e6584f8 100644
--- a/drivers/staging/rtl8192u/r819xU_HTType.h
+++ b/drivers/staging/rtl8192u/r819xU_HTType.h
@@ -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;