staging: rtl8192e: reformat ba_record struct
This change uses a space instead of tabs between the type and name of each member of the struct. Signed-off-by: William Durand <will+git@drnd.me> Link: https://lore.kernel.org/r/20210219231128.27119-8-will+git@drnd.me Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
34fea35282
commit
d970d17cab
@ -49,11 +49,11 @@ union delba_param_set {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct ba_record {
|
struct ba_record {
|
||||||
struct timer_list timer;
|
struct timer_list timer;
|
||||||
u8 b_valid;
|
u8 b_valid;
|
||||||
u8 dialog_token;
|
u8 dialog_token;
|
||||||
union ba_param_set ba_param_set;
|
union ba_param_set ba_param_set;
|
||||||
u16 ba_timeout_value;
|
u16 ba_timeout_value;
|
||||||
union sequence_control ba_start_seq_ctrl;
|
union sequence_control ba_start_seq_ctrl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user