Re: [PATCH] staging: rtl8192u: fix indentation issue

2019-11-15 Thread Joe Perches
On Fri, 2019-11-15 at 22:45 -0800, Joe Perches wrote: > This function might as well be deleted instead as > rtl819xusb_beacon_tx is a noop function in > drivers/staging/rtl8192u/r8192U_core.c Perhaps: --- drivers/staging/rtl8192u/r8192U.h| 1 - drivers/staging/rtl8192u/r8192U_core.c |

Re: [PATCH] staging: rtl8192u: fix indentation issue

2019-11-15 Thread Joe Perches
On Thu, 2019-11-14 at 09:54 +, Colin King wrote: > From: Colin Ian King > > There is a block of statements that are indented > too deeply, remove the extraneous tabs. [] > diff --git a/drivers/staging/rtl8192u/r819xU_cmdpkt.c > b/drivers/staging/rtl8192u/r819xU_cmdpkt.c [] > @@ -169,19

Re: [PATCH] staging: rtl8192u: fix indentation issue

2019-11-14 Thread walter harms
Am 14.11.2019 10:54, schrieb Colin King: > From: Colin Ian King > > There is a block of statements that are indented > too deeply, remove the extraneous tabs. > > Signed-off-by: Colin Ian King > --- > drivers/staging/rtl8192u/r819xU_cmdpkt.c | 25 > 1 file changed,

[PATCH] staging: rtl8192u: fix indentation issue

2019-11-14 Thread Colin King
From: Colin Ian King There is a block of statements that are indented too deeply, remove the extraneous tabs. Signed-off-by: Colin Ian King --- drivers/staging/rtl8192u/r819xU_cmdpkt.c | 25 1 file changed, 13 insertions(+), 12 deletions(-) diff --git

Re: [RESEND PATCH] staging: rtl8192u: Fix indentation for cleaner code

2019-10-02 Thread Greg KH
On Wed, Oct 02, 2019 at 03:49:04PM +0530, Sumera Priyadarsini wrote: > On Tue, Sep 24, 2019 at 8:47 PM Greg KH wrote: > > > > On Fri, Sep 13, 2019 at 11:31:01PM +0530, Sumera Priyadarsini wrote: > > > Fixes indentation for if condition in the file r8190_rtl8256.c for better > > > readability as

Re: [RESEND PATCH] staging: rtl8192u: Fix indentation for cleaner code

2019-10-02 Thread Dan Carpenter
On Wed, Oct 02, 2019 at 03:49:04PM +0530, Sumera Priyadarsini wrote: > On Tue, Sep 24, 2019 at 8:47 PM Greg KH wrote: > > > > On Fri, Sep 13, 2019 at 11:31:01PM +0530, Sumera Priyadarsini wrote: > > > Fixes indentation for if condition in the file r8190_rtl8256.c for better > > > readability as

Re: [RESEND PATCH] staging: rtl8192u: Fix indentation for cleaner code

2019-10-02 Thread Sumera Priyadarsini
On Tue, Sep 24, 2019 at 8:47 PM Greg KH wrote: > > On Fri, Sep 13, 2019 at 11:31:01PM +0530, Sumera Priyadarsini wrote: > > Fixes indentation for if condition in the file r8190_rtl8256.c for better > > readability as suggested by Dan Carpenter. > > Please wrap your lines at 72 columns. > > I

Re: [RESEND PATCH] staging: rtl8192u: Fix indentation for cleaner code

2019-09-24 Thread Greg KH
On Fri, Sep 13, 2019 at 11:31:01PM +0530, Sumera Priyadarsini wrote: > Fixes indentation for if condition in the file r8190_rtl8256.c for better > readability as suggested by Dan Carpenter. Please wrap your lines at 72 columns. > > Reported-by: Dan Carpenter > Signed-off-by: Sumera

[RESEND PATCH] staging: rtl8192u: Fix indentation for cleaner code

2019-09-13 Thread Sumera Priyadarsini
Fixes indentation for if condition in the file r8190_rtl8256.c for better readability as suggested by Dan Carpenter. Reported-by: Dan Carpenter Signed-off-by: Sumera Priyadarsini --- drivers/staging/rtl8192u/r8190_rtl8256.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] staging: rtl8192u: Fix indentation

2019-08-25 Thread Greg Kroah-Hartman
On Thu, Aug 22, 2019 at 10:52:28AM -0700, Stephen Brennan wrote: > Checkpatch reports WARNING:SUSPECT_CODE_INDENT in several places. Fix > this by aligning code properly with tabs. > > Signed-off-by: Stephen Brennan > --- > .../rtl8192u/ieee80211/ieee80211_crypt_ccmp.c | 2 +- >

[PATCH] staging: rtl8192u: Fix indentation

2019-08-22 Thread Stephen Brennan
Checkpatch reports WARNING:SUSPECT_CODE_INDENT in several places. Fix this by aligning code properly with tabs. Signed-off-by: Stephen Brennan --- .../rtl8192u/ieee80211/ieee80211_crypt_ccmp.c | 2 +- .../staging/rtl8192u/ieee80211/ieee80211_rx.c | 112 +-

[PATCH] staging: rtl8192u: Fix indentation

2017-02-06 Thread Fu Yong Quah
Fix number of indentaions for block scopes as suggested by Documentation/CodingStyle. Signed-off-by: Fu Yong Quah --- drivers/staging/rtl8192u/r8192U_wx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_wx.c