mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 02:02:27 +07:00
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
@ -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…
Reference in New Issue
Block a user