Staging: rtl8192e: Replaced spaces with tab.
Replaced the spaces with tabs as suggested by checkpatch. Signed-off-by: Michiel Schuurmans <michielschuurmans@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d61b5d546a
commit
0fa82deb5a
1 changed files with 2 additions and 2 deletions
|
|
@ -1688,8 +1688,8 @@ inline void rtllib_softmac_new_net(struct rtllib_device *ieee,
|
|||
ieee->current_network.ssid_len);
|
||||
tmp_ssid_len = ieee->current_network.ssid_len;
|
||||
}
|
||||
memcpy(&ieee->current_network, net,
|
||||
sizeof(ieee->current_network));
|
||||
memcpy(&ieee->current_network, net,
|
||||
sizeof(ieee->current_network));
|
||||
if (!ssidbroad) {
|
||||
memcpy(ieee->current_network.ssid, tmp_ssid,
|
||||
tmp_ssid_len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue