lkml.org 
[lkml]   [2021]   [Feb]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 7/7] staging: rtl8192e: reformat ba_record struct
Date
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>
---
drivers/staging/rtl8192e/rtl819x_BA.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtl819x_BA.h b/drivers/staging/rtl8192e/rtl819x_BA.h
index 1d2a11b3ec67..8a35d7a3eee1 100644
--- a/drivers/staging/rtl8192e/rtl819x_BA.h
+++ b/drivers/staging/rtl8192e/rtl819x_BA.h
@@ -49,11 +49,11 @@ union delba_param_set {
};

struct ba_record {
- struct timer_list timer;
- u8 b_valid;
- u8 dialog_token;
+ struct timer_list timer;
+ u8 b_valid;
+ u8 dialog_token;
union ba_param_set ba_param_set;
- u16 ba_timeout_value;
+ u16 ba_timeout_value;
union sequence_control ba_start_seq_ctrl;
};

--
2.30.0
\
 
 \ /
  Last update: 2021-02-21 21:15    [W:0.066 / U:0.896 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site