From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6387814559590121472 Date: Thu, 16 Feb 2017 13:15:13 -0800 (PST) From: SIMRAN SINGHAL To: outreachy-kernel Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Message-Id: In-Reply-To: <20170216210249.GA28497@singhal-Inspiron-5558> References: <20170216210249.GA28497@singhal-Inspiron-5558> Subject: Re: [PATCH 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warnings MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_12580_2062380589.1487279713591" X-Google-Token: EOGsmMUFYfCto5eUUxY0 X-Google-IP: 14.139.82.6 ------=_Part_12580_2062380589.1487279713591 Content-Type: multipart/alternative; boundary="----=_Part_12581_1779220621.1487279713591" ------=_Part_12581_1779220621.1487279713591 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 > --- > 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. ------=_Part_12581_1779220621.1487279713591 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable


On Friday, February 17, 2017 at 2:32:55 AM UTC+5:3= 0, SIMRAN SINGHAL wrote:
Replac= e a mix of tabs and spaces indentation by tabs only.

Fixed checkpatch warning "Statements should start on a tabstop&quo= t; in
rtl8192u module.

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

diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c b/d= rivers/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 ieee802= 11_device *ieee,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0if (ieee->set_= security)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0ieee->set_security(ieee->dev, &= amp;sec);
=C2=A0
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 if (ieee->reset_on= _keychange &&
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0if (ieee->reset_on_= keychange &&
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 =C2=A0iee= e->iw_mode !=3D IW_MODE_INFRA &&
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 =C2=A0iee= e->reset_port && ieee->reset_port(dev)) {
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0IEEE80211_DEBUG_WX("%s: reset_po= rt failed\n", dev->name);
--=20
2.7.4

ok, I will fix it and resend it again.
=C2=A0
------=_Part_12581_1779220621.1487279713591-- ------=_Part_12580_2062380589.1487279713591--