All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warnings
@ 2017-02-16 21:02 simran singhal
  2017-02-16 21:05 ` [Outreachy kernel] " Julia Lawall
  2017-02-16 21:15 ` SIMRAN SINGHAL
  0 siblings, 2 replies; 3+ messages in thread
From: simran singhal @ 2017-02-16 21:02 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, outreachy-kernel

Replace a mix of tabs and spaces indentation by tabs only.

Fixed checkpatch warning "Statements should start on a tabstop" in
rtl8192u module.

Signed-off-by: simran singhal <singhalsimran0@gmail.com>
---
 drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c
index 563d7fe..814ab5a 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c
@@ -666,7 +666,7 @@ int ieee80211_wx_set_encode_ext(struct ieee80211_device *ieee,
 	if (ieee->set_security)
 		ieee->set_security(ieee->dev, &sec);
 
-	 if (ieee->reset_on_keychange &&
+	if (ieee->reset_on_keychange &&
 	    ieee->iw_mode != IW_MODE_INFRA &&
 	    ieee->reset_port && ieee->reset_port(dev)) {
 		IEEE80211_DEBUG_WX("%s: reset_port failed\n", dev->name);
-- 
2.7.4



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

* Re: [Outreachy kernel] [PATCH 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warnings
  2017-02-16 21:02 [PATCH 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warnings simran singhal
@ 2017-02-16 21:05 ` Julia Lawall
  2017-02-16 21:15 ` SIMRAN SINGHAL
  1 sibling, 0 replies; 3+ messages in thread
From: Julia Lawall @ 2017-02-16 21:05 UTC (permalink / raw)
  To: simran singhal; +Cc: gregkh, devel, linux-kernel, outreachy-kernel

The subject line says "warnings", but there seems to be only one.

julia

On Fri, 17 Feb 2017, simran singhal wrote:

> Replace a mix of tabs and spaces indentation by tabs only.
>
> Fixed checkpatch warning "Statements should start on a tabstop" in
> rtl8192u module.
>
> Signed-off-by: simran singhal <singhalsimran0@gmail.com>
> ---
>  drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c
> index 563d7fe..814ab5a 100644
> --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c
> +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c
> @@ -666,7 +666,7 @@ int ieee80211_wx_set_encode_ext(struct ieee80211_device *ieee,
>  	if (ieee->set_security)
>  		ieee->set_security(ieee->dev, &sec);
>
> -	 if (ieee->reset_on_keychange &&
> +	if (ieee->reset_on_keychange &&
>  	    ieee->iw_mode != IW_MODE_INFRA &&
>  	    ieee->reset_port && ieee->reset_port(dev)) {
>  		IEEE80211_DEBUG_WX("%s: reset_port failed\n", dev->name);
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20170216210249.GA28497%40singhal-Inspiron-5558.
> For more options, visit https://groups.google.com/d/optout.
>


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

* Re: [PATCH 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warnings
  2017-02-16 21:02 [PATCH 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warnings simran singhal
  2017-02-16 21:05 ` [Outreachy kernel] " Julia Lawall
@ 2017-02-16 21:15 ` SIMRAN SINGHAL
  1 sibling, 0 replies; 3+ messages in thread
From: SIMRAN SINGHAL @ 2017-02-16 21:15 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh, devel, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1213 bytes --]



On Friday, February 17, 2017 at 2:32:55 AM UTC+5:30, SIMRAN SINGHAL wrote:
>
> Replace a mix of tabs and spaces indentation by tabs only. 
>
> Fixed checkpatch warning "Statements should start on a tabstop" in 
> rtl8192u module. 
>
> Signed-off-by: simran singhal <singhalsimran0@gmail.com> 
> --- 
>  drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c | 2 +- 
>  1 file changed, 1 insertion(+), 1 deletion(-) 
>
> diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c 
> b/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c 
> index 563d7fe..814ab5a 100644 
> --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c 
> +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c 
> @@ -666,7 +666,7 @@ int ieee80211_wx_set_encode_ext(struct 
> ieee80211_device *ieee, 
>          if (ieee->set_security) 
>                  ieee->set_security(ieee->dev, &sec); 
>   
> -         if (ieee->reset_on_keychange && 
> +        if (ieee->reset_on_keychange && 
>              ieee->iw_mode != IW_MODE_INFRA && 
>              ieee->reset_port && ieee->reset_port(dev)) { 
>                  IEEE80211_DEBUG_WX("%s: reset_port failed\n", dev->name); 
> -- 
> 2.7.4 
>
> ok, I will fix it and resend it again. 
 

[-- Attachment #1.2: Type: text/html, Size: 1877 bytes --]

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

end of thread, other threads:[~2017-02-16 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 21:02 [PATCH 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warnings simran singhal
2017-02-16 21:05 ` [Outreachy kernel] " Julia Lawall
2017-02-16 21:15 ` SIMRAN SINGHAL

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.