mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 21:52:04 +00:00
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>
This commit is contained in:
parent
b812fd3b57
commit
1bafe45f9b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user