Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1582953 > unrolled thread

[PATCH v2 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warning

Started bysimran singhal <singhalsimran0@gmail.com>
First post2017-02-16 22:30 +0100
Last post2017-02-16 22:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 2/3] staging: rtl8192u: Fixed 'tabstop' coding style  warning simran singhal <singhalsimran0@gmail.com> - 2017-02-16 22:30 +0100
    Re: [Outreachy kernel] [PATCH v2 2/3] staging: rtl8192u: Fixed  'tabstop' coding style warning Julia Lawall <julia.lawall@lip6.fr> - 2017-02-16 22:40 +0100

#1582953 — [PATCH v2 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warning

Fromsimran singhal <singhalsimran0@gmail.com>
Date2017-02-16 22:30 +0100
Subject[PATCH v2 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warning
Message-ID<tbBMJ-3Eb-7@gated-at.bofh.it>
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>
---

 v2:
   -Modified "warnings" to "warning" in the patch Subject.

 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

[toc] | [next] | [standalone]


#1582957 — Re: [Outreachy kernel] [PATCH v2 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warning

FromJulia Lawall <julia.lawall@lip6.fr>
Date2017-02-16 22:40 +0100
SubjectRe: [Outreachy kernel] [PATCH v2 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warning
Message-ID<tbBWp-3IK-13@gated-at.bofh.it>
In reply to#1582953

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>

Acked-by: Julia Lawall <julia.lawall@lip6.fr>

> ---
>
>  v2:
>    -Modified "warnings" to "warning" in the patch Subject.
>
>  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/20170216212204.GA12996%40singhal-Inspiron-5558.
> For more options, visit https://groups.google.com/d/optout.
>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web