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

staging: rtl8192e: Remove whitespace and blank lines

This patch cleans up extraneous whitespace for the
struct rt_hi_throughput definition.

Signed-off-by: Tree Davies <tdavies@darkphysics.net>
Message-ID: <ZJODGu4pvNNQc134@tacos.darkphysics>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tree Davies and committed by
Greg Kroah-Hartman
4a22870c 32db98b9

+23 -38
+23 -38
drivers/staging/rtl8192e/rtl819x_HT.h
··· 92 92 }; 93 93 94 94 struct rt_hi_throughput { 95 - u8 enable_ht; 96 - u8 bCurrentHTSupport; 97 - 98 - u8 bRegBW40MHz; 99 - u8 bCurBW40MHz; 100 - 101 - u8 bRegShortGI40MHz; 102 - u8 bCurShortGI40MHz; 103 - 104 - u8 bRegShortGI20MHz; 105 - u8 bCurShortGI20MHz; 106 - 107 - u8 bRegSuppCCK; 108 - u8 bCurSuppCCK; 109 - 95 + u8 enable_ht; 96 + u8 bCurrentHTSupport; 97 + u8 bRegBW40MHz; 98 + u8 bCurBW40MHz; 99 + u8 bRegShortGI40MHz; 100 + u8 bCurShortGI40MHz; 101 + u8 bRegShortGI20MHz; 102 + u8 bCurShortGI20MHz; 103 + u8 bRegSuppCCK; 104 + u8 bCurSuppCCK; 110 105 enum ht_spec_ver ePeerHTSpecVer; 111 - 112 106 struct ht_capab_ele SelfHTCap; 113 107 struct ht_info_ele SelfHTInfo; 114 - 115 - u8 PeerHTCapBuf[32]; 116 - u8 PeerHTInfoBuf[32]; 117 - 118 - u8 bAMSDU_Support; 119 - u16 nAMSDU_MaxSize; 120 - u8 bCurrent_AMSDU_Support; 121 - u16 nCurrent_AMSDU_MaxSize; 122 - 123 - u8 bAMPDUEnable; 124 - u8 bCurrentAMPDUEnable; 125 - u8 AMPDU_Factor; 126 - u8 CurrentAMPDUFactor; 127 - u8 MPDU_Density; 108 + u8 PeerHTCapBuf[32]; 109 + u8 PeerHTInfoBuf[32]; 110 + u8 bAMSDU_Support; 111 + u16 nAMSDU_MaxSize; 112 + u8 bCurrent_AMSDU_Support; 113 + u16 nCurrent_AMSDU_MaxSize; 114 + u8 bAMPDUEnable; 115 + u8 bCurrentAMPDUEnable; 116 + u8 AMPDU_Factor; 117 + u8 CurrentAMPDUFactor; 118 + u8 MPDU_Density; 128 119 u8 current_mpdu_density; 129 - 130 120 enum ht_aggre_mode ForcedAMPDUMode; 131 121 u8 forced_ampdu_factor; 132 122 u8 forced_mpdu_density; 133 - 134 123 enum ht_aggre_mode ForcedAMSDUMode; 135 124 u8 forced_short_gi; 136 - 137 125 u8 current_op_mode; 138 - 139 126 u8 self_mimo_ps; 140 127 u8 peer_mimo_ps; 141 - 142 128 enum ht_extchnl_offset CurSTAExtChnlOffset; 143 129 u8 cur_tx_bw40mhz; 144 130 u8 sw_bw_in_progress; 145 131 u8 reg_rt2rt_aggregation; 146 - u8 RT2RT_HT_Mode; 132 + u8 RT2RT_HT_Mode; 147 133 u8 current_rt2rt_aggregation; 148 134 u8 current_rt2rt_long_slot_time; 149 135 u8 sz_rt2rt_agg_buf[10]; 150 - 151 136 u8 reg_rx_reorder_enable; 152 137 u8 cur_rx_reorder_enable; 153 138 u8 rx_reorder_win_size; 154 139 u8 rx_reorder_pending_time; 155 140 u16 rx_reorder_drop_counter; 156 - u8 IOTPeer; 141 + u8 IOTPeer; 157 142 u32 iot_action; 158 143 u8 iot_ra_func; 159 144 } __packed;