forked from Minki/linux
Staging: rtl8188eu: Fix code indention found by checkpatch.
ERROR: code indent should use tabs where possible +^I^I uint in_len, uint initial_out_len);$ Signed-off-by: Victor Carvajal <carva005@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9a3ca7240b
commit
1fda5b7566
@ -504,7 +504,7 @@ void rtw_scan_abort(struct adapter *adapter);
|
||||
int rtw_restruct_sec_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie,
|
||||
uint in_len);
|
||||
int rtw_restruct_wmm_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie,
|
||||
uint in_len, uint initial_out_len);
|
||||
uint in_len, uint initial_out_len);
|
||||
void rtw_init_registrypriv_dev_network(struct adapter *adapter);
|
||||
|
||||
void rtw_update_registrypriv_dev_network(struct adapter *adapter);
|
||||
|
Loading…
Reference in New Issue
Block a user