linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/15] staging: rtl8192u: fixing white space issue
@ 2017-02-13 21:03 simran singhal
  2017-02-14 17:24 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: simran singhal @ 2017-02-13 21:03 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

Fix the following checkpatch.pl error and warnings:
WARNING: please, no space before tabs

Signed-off-by: simran singhal <singhalsimran0@gmail.com>
---
 drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h b/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h
index 873969c..a54dfad 100644
--- a/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h
+++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h
@@ -30,7 +30,7 @@ typedef struct _TX_TS_RECORD{
 	u16				TxCurSeq;
 	BA_RECORD			TxPendingBARecord;	/*  For BA Originator */
 	BA_RECORD			TxAdmittedBARecord;	/*  For BA Originator */
-/* 	QOS_DL_RECORD		DLRecord; */
+/*	QOS_DL_RECORD	DLRecord; */
 	u8				bAddBaReqInProgress;
 	u8				bAddBaReqDelayed;
 	u8				bUsingBa;
@@ -48,7 +48,7 @@ typedef struct _RX_TS_RECORD {
 	u16				RxLastSeqNum;
 	u8				RxLastFragNum;
 	u8				num;
-/* 	QOS_DL_RECORD		DLRecord; */
+/*	QOS_DL_RECOR	DLRecord; */
 } RX_TS_RECORD, *PRX_TS_RECORD;
 
 
-- 
2.7.4

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

* Re: [PATCH 01/15] staging: rtl8192u: fixing white space issue
  2017-02-13 21:03 [PATCH 01/15] staging: rtl8192u: fixing white space issue simran singhal
@ 2017-02-14 17:24 ` Greg KH
  2017-02-14 17:46   ` SIMRAN SINGHAL
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2017-02-14 17:24 UTC (permalink / raw)
  To: simran singhal; +Cc: devel, linux-kernel

On Tue, Feb 14, 2017 at 02:33:34AM +0530, simran singhal wrote:
> Fix the following checkpatch.pl error and warnings:
> WARNING: please, no space before tabs
> 
> Signed-off-by: simran singhal <singhalsimran0@gmail.com>
> ---
>  drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

You said this is a 15 patch patch series, yet I only received 9 of them.

Please fix and resend all of them, properly threaded (hint, git
send-email will do this for you automatically, or you can do it by hand
with a good email client like mutt), so that I know I get them all and
can review and apply them.

thanks,

greg k-h

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

* Re: [PATCH 01/15] staging: rtl8192u: fixing white space issue
  2017-02-14 17:24 ` Greg KH
@ 2017-02-14 17:46   ` SIMRAN SINGHAL
  2017-02-14 18:09     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: SIMRAN SINGHAL @ 2017-02-14 17:46 UTC (permalink / raw)
  To: Greg KH; +Cc: devel, linux-kernel

While resending them ...do I have to mention v2.

On Tue, Feb 14, 2017 at 10:54 PM, Greg KH <gregkh@linuxfoundation.org> wrote:
> On Tue, Feb 14, 2017 at 02:33:34AM +0530, simran singhal wrote:
>> Fix the following checkpatch.pl error and warnings:
>> WARNING: please, no space before tabs
>>
>> Signed-off-by: simran singhal <singhalsimran0@gmail.com>
>> ---
>>  drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> You said this is a 15 patch patch series, yet I only received 9 of them.
>
> Please fix and resend all of them, properly threaded (hint, git
> send-email will do this for you automatically, or you can do it by hand
> with a good email client like mutt), so that I know I get them all and
> can review and apply them.
>
> thanks,
>
> greg k-h

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

* Re: [PATCH 01/15] staging: rtl8192u: fixing white space issue
  2017-02-14 17:46   ` SIMRAN SINGHAL
@ 2017-02-14 18:09     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2017-02-14 18:09 UTC (permalink / raw)
  To: SIMRAN SINGHAL; +Cc: devel, linux-kernel

On Tue, Feb 14, 2017 at 11:16:59PM +0530, SIMRAN SINGHAL wrote:
> While resending them ...do I have to mention v2.

Of course, why wouldn't you?  :)

thanks,

greg k-h

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

end of thread, other threads:[~2017-02-14 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-13 21:03 [PATCH 01/15] staging: rtl8192u: fixing white space issue simran singhal
2017-02-14 17:24 ` Greg KH
2017-02-14 17:46   ` SIMRAN SINGHAL
2017-02-14 18:09     ` 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).