linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: rtl8192e: Replaced spaces with tab.
@ 2019-01-26 17:31 Michiel Schuurmans
  2019-01-30 14:37 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Michiel Schuurmans @ 2019-01-26 17:31 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

Replaced the spaces with tabs as suggested by checkpatch.

This is my first patch.

Signed-off-by: Michiel Schuurmans <michielschuurmans@gmail.com>
---
 drivers/staging/rtl8192e/rtllib_softmac.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c
index 287d0c11fa38..9bff727032fc 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac.c
@@ -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);
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: rtl8192e: Replaced spaces with tab.
  2019-01-26 17:31 [PATCH] Staging: rtl8192e: Replaced spaces with tab Michiel Schuurmans
@ 2019-01-30 14:37 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2019-01-30 14:37 UTC (permalink / raw)
  To: Michiel Schuurmans; +Cc: linux-kernel

On Sat, Jan 26, 2019 at 06:31:21PM +0100, Michiel Schuurmans wrote:
> Replaced the spaces with tabs as suggested by checkpatch.
> 
> This is my first patch.

No need for that line :)

Also, please use scripts/get_maintainer.pl to determine who to send a
patch to, and what mailing list next time.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-30 14:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-26 17:31 [PATCH] Staging: rtl8192e: Replaced spaces with tab Michiel Schuurmans
2019-01-30 14:37 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).