Skip to content

Commit

Permalink
Staging: rtl8192e: Replaced spaces with tab.
Browse files Browse the repository at this point in the history
Replaced the spaces with tabs as suggested by checkpatch.

Signed-off-by: Michiel Schuurmans <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
mschuurmans authored and gregkh committed Jan 30, 2019
1 parent d61b5d5 commit 0fa82de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtllib_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0fa82de

Please sign in to comment.