Commit 0fa82deb authored by Michiel Schuurmans's avatar Michiel Schuurmans Committed by Greg Kroah-Hartman

Staging: rtl8192e: Replaced spaces with tab.

Replaced the spaces with tabs as suggested by checkpatch.
Signed-off-by: default avatarMichiel Schuurmans <michielschuurmans@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d61b5d54
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment