Commit 1bafe45f authored by Xenia Ragiadakou's avatar Xenia Ragiadakou Committed by Greg Kroah-Hartman

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: default avatarXenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b812fd3b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment