Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

William Durand and committed by
Greg Kroah-Hartman
d970d17c 34fea352

+4 -4
+4 -4
drivers/staging/rtl8192e/rtl819x_BA.h
··· 49 49 }; 50 50 51 51 struct ba_record { 52 - struct timer_list timer; 53 - u8 b_valid; 54 - u8 dialog_token; 52 + struct timer_list timer; 53 + u8 b_valid; 54 + u8 dialog_token; 55 55 union ba_param_set ba_param_set; 56 - u16 ba_timeout_value; 56 + u16 ba_timeout_value; 57 57 union sequence_control ba_start_seq_ctrl; 58 58 }; 59 59