All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Staging: rtl8192e: rtl819x_HTProc: fixed missing blank space
@ 2022-10-22 15:48 Aaron Lawrence
  2022-10-22 18:21 ` Nam Cao
  2022-10-22 20:08 ` Slade Watkins
  0 siblings, 2 replies; 4+ messages in thread
From: Aaron Lawrence @ 2022-10-22 15:48 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel

From e6635103e3cf2426220767955b99d2e2b62a7329 Mon Sep 17 00:00:00 2001
Message-Id: <e6635103e3cf2426220767955b99d2e2b62a7329.1666450553.git.t4rmin@zohomail.com>
In-Reply-To: <cover.1666450553.git.t4rmin@zohomail.com>
References: <cover.1666450553.git.t4rmin@zohomail.com>
From: Aaron Lawrence <t4rmin@zohomail.com>
Date: Sat, 22 Oct 2022 20:46:25 +0700
Subject: [PATCH 1/3] Staging: rtl8192e: rtl819x_HTProc: fixed missing blank
 space

Added a missing blank space as per the Linux kernel coding-style
regulations. The issue was flagged by the checkpatch script as a
warning.

Signed-off-by: Aaron Lawrence <t4rmin@zohomail.com>
---
 drivers/staging/rtl8192e/rtl819x_HTProc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/rtl8192e/rtl819x_HTProc.c b/drivers/staging/rtl8192e/rtl819x_HTProc.c
index ef3dca51cf99..b763cf0ba356 100644
--- a/drivers/staging/rtl8192e/rtl819x_HTProc.c
+++ b/drivers/staging/rtl8192e/rtl819x_HTProc.c
@@ -70,6 +70,7 @@ static u8 LINKSYS_MARVELL_4400N[3] = {0x00, 0x14, 0xa4};
 void HTUpdateDefaultSetting(struct rtllib_device *ieee)
 {
 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo;
+
 pHTInfo->bRegShortGI20MHz = 1;
 pHTInfo->bRegShortGI40MHz = 1;
-- 
2.38.1



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

* Re: [PATCH 1/3] Staging: rtl8192e: rtl819x_HTProc: fixed missing blank space
  2022-10-22 15:48 [PATCH 1/3] Staging: rtl8192e: rtl819x_HTProc: fixed missing blank space Aaron Lawrence
@ 2022-10-22 18:21 ` Nam Cao
  2022-10-23  9:05   ` Aaron Lawrence
  2022-10-22 20:08 ` Slade Watkins
  1 sibling, 1 reply; 4+ messages in thread
From: Nam Cao @ 2022-10-22 18:21 UTC (permalink / raw)
  To: t4rmin; +Cc: gregkh, linux-staging, linux-kernel

On Sat, Oct 22, 2022 at 10:48:08PM +0700, Aaron Lawrence wrote:
> >From e6635103e3cf2426220767955b99d2e2b62a7329 Mon Sep 17 00:00:00 2001
> Message-Id: <e6635103e3cf2426220767955b99d2e2b62a7329.1666450553.git.t4rmin@zohomail.com>
> In-Reply-To: <cover.1666450553.git.t4rmin@zohomail.com>
> References: <cover.1666450553.git.t4rmin@zohomail.com>
> From: Aaron Lawrence <t4rmin@zohomail.com>
> Date: Sat, 22 Oct 2022 20:46:25 +0700

I think you messed up something here. These are not supposed to be in
the email description. All your patches are sent separatedly, instead of
being in the same thread.

I can recommend follow the instructions in this website:
https://kernelnewbies.org/FirstKernelPatch

> Subject: [PATCH 1/3] Staging: rtl8192e: rtl819x_HTProc: fixed missing blank
>  space
> 
> Added a missing blank space as per the Linux kernel coding-style
> regulations. The issue was flagged by the checkpatch script as a
> warning.
> 
> Signed-off-by: Aaron Lawrence <t4rmin@zohomail.com>
> ---
>  drivers/staging/rtl8192e/rtl819x_HTProc.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/rtl8192e/rtl819x_HTProc.c b/drivers/staging/rtl8192e/rtl819x_HTProc.c
> index ef3dca51cf99..b763cf0ba356 100644
> --- a/drivers/staging/rtl8192e/rtl819x_HTProc.c
> +++ b/drivers/staging/rtl8192e/rtl819x_HTProc.c
> @@ -70,6 +70,7 @@ static u8 LINKSYS_MARVELL_4400N[3] = {0x00, 0x14, 0xa4};
>  void HTUpdateDefaultSetting(struct rtllib_device *ieee)
>  {
>  struct rt_hi_throughput *pHTInfo = ieee->pHTInfo;
> +
>  pHTInfo->bRegShortGI20MHz = 1;
>  pHTInfo->bRegShortGI40MHz = 1;
> -- 
> 2.38.1
> 
> 

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

* Re: [PATCH 1/3] Staging: rtl8192e: rtl819x_HTProc: fixed missing blank space
  2022-10-22 15:48 [PATCH 1/3] Staging: rtl8192e: rtl819x_HTProc: fixed missing blank space Aaron Lawrence
  2022-10-22 18:21 ` Nam Cao
@ 2022-10-22 20:08 ` Slade Watkins
  1 sibling, 0 replies; 4+ messages in thread
From: Slade Watkins @ 2022-10-22 20:08 UTC (permalink / raw)
  To: t4rmin; +Cc: gregkh, linux-staging, linux-kernel

On Sat, Oct 22, 2022 at 11:48 AM Aaron Lawrence <t4rmin@zohomail.com> wrote:
>
> From e6635103e3cf2426220767955b99d2e2b62a7329 Mon Sep 17 00:00:00 2001
> Message-Id: <e6635103e3cf2426220767955b99d2e2b62a7329.1666450553.git.t4rmin@zohomail.com>
> In-Reply-To: <cover.1666450553.git.t4rmin@zohomail.com>
> References: <cover.1666450553.git.t4rmin@zohomail.com>
> From: Aaron Lawrence <t4rmin@zohomail.com>
> Date: Sat, 22 Oct 2022 20:46:25 +0700
> Subject: [PATCH 1/3] Staging: rtl8192e: rtl819x_HTProc: fixed missing blank
>  space

Hey there,
Could you resend this without the above? For whatever reason it was
included in the message, even though it shouldn't be.

-srw

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

* Re: [PATCH 1/3] Staging: rtl8192e: rtl819x_HTProc: fixed missing blank space
  2022-10-22 18:21 ` Nam Cao
@ 2022-10-23  9:05   ` Aaron Lawrence
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Lawrence @ 2022-10-23  9:05 UTC (permalink / raw)
  To: Nam Cao; +Cc: gregkh, linux-staging, linux-kernel

On Sat, 2022-10-22 at 20:21 +0200, Nam Cao wrote:
> On Sat, Oct 22, 2022 at 10:48:08PM +0700, Aaron Lawrence wrote:
> > > From e6635103e3cf2426220767955b99d2e2b62a7329 Mon Sep 17 00:00:00 2001
> > Message-Id: <e6635103e3cf2426220767955b99d2e2b62a7329.1666450553.git.t4rmin@zohomail.com>
> > In-Reply-To: <cover.1666450553.git.t4rmin@zohomail.com>
> > References: <cover.1666450553.git.t4rmin@zohomail.com>
> > From: Aaron Lawrence <t4rmin@zohomail.com>
> > Date: Sat, 22 Oct 2022 20:46:25 +0700
> 
> I think you messed up something here. These are not supposed to be in
> the email description. All your patches are sent separatedly, instead of
> being in the same thread.
> 
> I can recommend follow the instructions in this website:
> https://kernelnewbies.org/FirstKernelPatch
> 
> > Subject: [PATCH 1/3] Staging: rtl8192e: rtl819x_HTProc: fixed missing blank
> >  space
> > 
> > Added a missing blank space as per the Linux kernel coding-style
> > regulations. The issue was flagged by the checkpatch script as a
> > warning.
> > 
> > Signed-off-by: Aaron Lawrence <t4rmin@zohomail.com>
> > ---
> >  drivers/staging/rtl8192e/rtl819x_HTProc.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/staging/rtl8192e/rtl819x_HTProc.c b/drivers/staging/rtl8192e/rtl819x_HTProc.c
> > index ef3dca51cf99..b763cf0ba356 100644
> > --- a/drivers/staging/rtl8192e/rtl819x_HTProc.c
> > +++ b/drivers/staging/rtl8192e/rtl819x_HTProc.c
> > @@ -70,6 +70,7 @@ static u8 LINKSYS_MARVELL_4400N[3] = {0x00, 0x14, 0xa4};
> >  void HTUpdateDefaultSetting(struct rtllib_device *ieee)
> >  {
> >  struct rt_hi_throughput *pHTInfo = ieee->pHTInfo;
> > +
> >  pHTInfo->bRegShortGI20MHz = 1;
> >  pHTInfo->bRegShortGI40MHz = 1;
> > -- 
> > 2.38.1
> > 
> > 

Ah, I see. I (hopefully) will be sending the correct email 
patchset format next time. Thanks.

Aaron

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

end of thread, other threads:[~2022-10-23  9:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22 15:48 [PATCH 1/3] Staging: rtl8192e: rtl819x_HTProc: fixed missing blank space Aaron Lawrence
2022-10-22 18:21 ` Nam Cao
2022-10-23  9:05   ` Aaron Lawrence
2022-10-22 20:08 ` Slade Watkins

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.