All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Post to linux-staging@lists.linux.dev denied: [PATCH] staging: rtl8723bs: os_dep: remove unused variable
       [not found] <1628081824-28535-mlmmj-16bf2009@lists.linux.dev>
@ 2021-08-04 13:45 ` SAURAV GIREPUNJE
  2021-08-04 13:56   ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: SAURAV GIREPUNJE @ 2021-08-04 13:45 UTC (permalink / raw)
  To: gregkh, fabioaiuto83, saurav.girepunje, marcocesati,
	ross.schm.dev, insafonov, linux-staging
  Cc: saurav.girepunje

On Wed, Aug 04, 2021 at 12:57:04PM +0000, linux-staging+owner@lists.linux.dev wrote:
> Greetings!
>
> This is the mlmmj program managing the <linux-staging@lists.linux.dev>
> mailing list.
>
> The message from <saurav.girepunje@gmail.com> with subject "[PATCH]
> staging: rtl8723bs: os_dep: remove unused variable" was unable to be
> delivered to the list because the list address was not found in either the
> To: or CC: header.
>
> (The denied message is below.)

> Date: Wed, 4 Aug 2021 18:26:57 +0530
> From: Saurav Girepunje <saurav.girepunje@gmail.com>
> To: gregkh@linuxfoundation.org;, fabioaiuto83@gmail.com;,
>  saurav.girepunje@gmail.com;, marcocesati@gmail.com;,
>  ross.schm.dev@gmail.com;, insafonov@gmail.com;,
>  linux-staging@lists.linux.dev;, linux-kernel@vger.kernel.org;
> Cc: saurav.girepunje@hotmail.com
> Subject: [PATCH] staging: rtl8723bs: os_dep: remove unused variable
>
> Remove below unused static variable from os_intfs.c
> rtw_enusbss
> rtw_hwpdn_mode
> rtw_hwpwrp_detect
>
> Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com>
> ---
>  drivers/staging/rtl8723bs/os_dep/os_intfs.c | 8 --------
>  1 file changed, 8 deletions(-)
>
> diff --git a/drivers/staging/rtl8723bs/os_dep/os_intfs.c b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
> index 724909078d80..71c9e7eec206 100644
> --- a/drivers/staging/rtl8723bs/os_dep/os_intfs.c
> +++ b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
> @@ -109,11 +109,6 @@ static int rtw_antdiv_cfg = 1; /*  0:OFF , 1:ON, 2:decide by Efuse config */
>  static int rtw_antdiv_type; /* 0:decide by efuse  1: for 88EE, 1Tx and 1RxCG are diversity.(2 Ant with SPDT), 2:  for 88EE, 1Tx and 2Rx are diversity.(2 Ant, Tx and RxCG are both on aux port, RxCS is on main port), 3: for 88EE, 1Tx and 1RxCG are fixed.(1Ant, Tx and RxCG are both on aux port) */
>
>
> -static int rtw_enusbss;/* 0:disable, 1:enable */
> -
> -static int rtw_hwpdn_mode = 2;/* 0:disable, 1:enable, 2: by EFUSE config */
> -
> -static int rtw_hwpwrp_detect; /* HW power  ping detect 0:disable , 1:enable */
>
>  static int rtw_hw_wps_pbc;
>
> @@ -159,9 +154,6 @@ module_param(rtw_wifi_spec, int, 0644);
>  module_param(rtw_antdiv_cfg, int, 0644);
>  module_param(rtw_antdiv_type, int, 0644);
>
> -module_param(rtw_enusbss, int, 0644);
> -module_param(rtw_hwpdn_mode, int, 0644);
> -module_param(rtw_hwpwrp_detect, int, 0644);
>
>  module_param(rtw_hw_wps_pbc, int, 0644);
>
> --
> 2.30.2
Hi,

My mails are not getting deliverd due to below reason
"unable to be delivered to  the list because the list address was not
found in either the To: or CC: header."
However linux-staging@lists.linux.dev is in my To header.

Is anyone highlight what I am doing wrong.

saurav

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

* Re: Post to linux-staging@lists.linux.dev denied: [PATCH] staging: rtl8723bs: os_dep: remove unused variable
  2021-08-04 13:45 ` Post to linux-staging@lists.linux.dev denied: [PATCH] staging: rtl8723bs: os_dep: remove unused variable SAURAV GIREPUNJE
@ 2021-08-04 13:56   ` Greg KH
  2021-08-04 17:20     ` SAURAV GIREPUNJE
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2021-08-04 13:56 UTC (permalink / raw)
  To: SAURAV GIREPUNJE
  Cc: fabioaiuto83, marcocesati, ross.schm.dev, insafonov,
	linux-staging, saurav.girepunje, moun.girepunje

On Wed, Aug 04, 2021 at 07:15:05PM +0530, SAURAV GIREPUNJE wrote:
> On Wed, Aug 04, 2021 at 12:57:04PM +0000, linux-staging+owner@lists.linux.dev wrote:
> > Greetings!
> >
> > This is the mlmmj program managing the <linux-staging@lists.linux.dev>
> > mailing list.
> >
> > The message from <saurav.girepunje@gmail.com> with subject "[PATCH]
> > staging: rtl8723bs: os_dep: remove unused variable" was unable to be
> > delivered to the list because the list address was not found in either the
> > To: or CC: header.
> >
> > (The denied message is below.)
> 
> > Date: Wed, 4 Aug 2021 18:26:57 +0530
> > From: Saurav Girepunje <saurav.girepunje@gmail.com>
> > To: gregkh@linuxfoundation.org;, fabioaiuto83@gmail.com;,
> >  saurav.girepunje@gmail.com;, marcocesati@gmail.com;,
> >  ross.schm.dev@gmail.com;, insafonov@gmail.com;,
> >  linux-staging@lists.linux.dev;, linux-kernel@vger.kernel.org;
> > Cc: saurav.girepunje@hotmail.com

Why do you have ";" in your email addresses here?

Try removing them.

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

* Re: Post to linux-staging@lists.linux.dev denied: [PATCH] staging: rtl8723bs: os_dep: remove unused variable
  2021-08-04 13:56   ` Greg KH
@ 2021-08-04 17:20     ` SAURAV GIREPUNJE
  2021-08-05 11:04       ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: SAURAV GIREPUNJE @ 2021-08-04 17:20 UTC (permalink / raw)
  To: Greg KH
  Cc: fabioaiuto83, marcocesati, ross.schm.dev, insafonov,
	linux-staging, saurav.girepunje

On Wed, Aug 04, 2021 at 03:56:00PM +0200, Greg KH wrote:
> On Wed, Aug 04, 2021 at 07:15:05PM +0530, SAURAV GIREPUNJE wrote:
> > On Wed, Aug 04, 2021 at 12:57:04PM +0000, linux-staging+owner@lists.linux.dev wrote:
> > > Greetings!
> > >
> > > This is the mlmmj program managing the <linux-staging@lists.linux.dev>
> > > mailing list.
> > >
> > > The message from <saurav.girepunje@gmail.com> with subject "[PATCH]
> > > staging: rtl8723bs: os_dep: remove unused variable" was unable to be
> > > delivered to the list because the list address was not found in either the
> > > To: or CC: header.
> > >
> > > (The denied message is below.)
> >
> > > Date: Wed, 4 Aug 2021 18:26:57 +0530
> > > From: Saurav Girepunje <saurav.girepunje@gmail.com>
> > > To: gregkh@linuxfoundation.org;, fabioaiuto83@gmail.com;,
> > >  saurav.girepunje@gmail.com;, marcocesati@gmail.com;,
> > >  ross.schm.dev@gmail.com;, insafonov@gmail.com;,
> > >  linux-staging@lists.linux.dev;, linux-kernel@vger.kernel.org;
> > > Cc: saurav.girepunje@hotmail.com
>
> Why do you have ";" in your email addresses here?
>
> Try removing them.


Thanks Greg, That was the problem.

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

* Re: Post to linux-staging@lists.linux.dev denied: [PATCH] staging: rtl8723bs: os_dep: remove unused variable
  2021-08-04 17:20     ` SAURAV GIREPUNJE
@ 2021-08-05 11:04       ` Greg KH
  2021-08-07  4:14         ` SAURAV GIREPUNJE
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2021-08-05 11:04 UTC (permalink / raw)
  To: SAURAV GIREPUNJE
  Cc: fabioaiuto83, marcocesati, ross.schm.dev, insafonov,
	linux-staging, saurav.girepunje

On Wed, Aug 04, 2021 at 10:50:36PM +0530, SAURAV GIREPUNJE wrote:
> On Wed, Aug 04, 2021 at 03:56:00PM +0200, Greg KH wrote:
> > On Wed, Aug 04, 2021 at 07:15:05PM +0530, SAURAV GIREPUNJE wrote:
> > > On Wed, Aug 04, 2021 at 12:57:04PM +0000, linux-staging+owner@lists.linux.dev wrote:
> > > > Greetings!
> > > >
> > > > This is the mlmmj program managing the <linux-staging@lists.linux.dev>
> > > > mailing list.
> > > >
> > > > The message from <saurav.girepunje@gmail.com> with subject "[PATCH]
> > > > staging: rtl8723bs: os_dep: remove unused variable" was unable to be
> > > > delivered to the list because the list address was not found in either the
> > > > To: or CC: header.
> > > >
> > > > (The denied message is below.)
> > >
> > > > Date: Wed, 4 Aug 2021 18:26:57 +0530
> > > > From: Saurav Girepunje <saurav.girepunje@gmail.com>
> > > > To: gregkh@linuxfoundation.org;, fabioaiuto83@gmail.com;,
> > > >  saurav.girepunje@gmail.com;, marcocesati@gmail.com;,
> > > >  ross.schm.dev@gmail.com;, insafonov@gmail.com;,
> > > >  linux-staging@lists.linux.dev;, linux-kernel@vger.kernel.org;
> > > > Cc: saurav.girepunje@hotmail.com
> >
> > Why do you have ";" in your email addresses here?
> >
> > Try removing them.
> 
> 
> Thanks Greg, That was the problem.
> 

Can you resend all of your pending patches in the proper way, in a patch
series, so I know what to apply and in what order they should be applied
in?  Right now I have a bunch that never made it to a public list, and I
can not take them, so I will just drop all patches from you that are
pending in my queue to make it obvious what I need to review.

thanks,

greg k-h

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

* Re: Post to linux-staging@lists.linux.dev denied: [PATCH] staging: rtl8723bs: os_dep: remove unused variable
  2021-08-05 11:04       ` Greg KH
@ 2021-08-07  4:14         ` SAURAV GIREPUNJE
  0 siblings, 0 replies; 5+ messages in thread
From: SAURAV GIREPUNJE @ 2021-08-07  4:14 UTC (permalink / raw)
  To: Greg KH
  Cc: fabioaiuto83, marcocesati, ross.schm.dev, insafonov,
	linux-staging, saurav.girepunje

On Thu, Aug 05, 2021 at 01:04:07PM +0200, Greg KH wrote:
> On Wed, Aug 04, 2021 at 10:50:36PM +0530, SAURAV GIREPUNJE wrote:
> > On Wed, Aug 04, 2021 at 03:56:00PM +0200, Greg KH wrote:
> > > On Wed, Aug 04, 2021 at 07:15:05PM +0530, SAURAV GIREPUNJE wrote:
> > > > On Wed, Aug 04, 2021 at 12:57:04PM +0000, linux-staging+owner@lists.linux.dev wrote:
> > > > > Greetings!
> > > > >
> > > > > This is the mlmmj program managing the <linux-staging@lists.linux.dev>
> > > > > mailing list.
> > > > >
> > > > > The message from <saurav.girepunje@gmail.com> with subject "[PATCH]
> > > > > staging: rtl8723bs: os_dep: remove unused variable" was unable to be
> > > > > delivered to the list because the list address was not found in either the
> > > > > To: or CC: header.
> > > > >
> > > > > (The denied message is below.)
> > > >
> > > > > Date: Wed, 4 Aug 2021 18:26:57 +0530
> > > > > From: Saurav Girepunje <saurav.girepunje@gmail.com>
> > > > > To: gregkh@linuxfoundation.org;, fabioaiuto83@gmail.com;,
> > > > >  saurav.girepunje@gmail.com;, marcocesati@gmail.com;,
> > > > >  ross.schm.dev@gmail.com;, insafonov@gmail.com;,
> > > > >  linux-staging@lists.linux.dev;, linux-kernel@vger.kernel.org;
> > > > > Cc: saurav.girepunje@hotmail.com
> > >
> > > Why do you have ";" in your email addresses here?
> > >
> > > Try removing them.
> >
> >
> > Thanks Greg, That was the problem.
> >
>
> Can you resend all of your pending patches in the proper way, in a patch
> series, so I know what to apply and in what order they should be applied
> in?  Right now I have a bunch that never made it to a public list, and I
> can not take them, so I will just drop all patches from you that are
> pending in my queue to make it obvious what I need to review.
>
> thanks,
>
> greg k-h


Yes, I will resend all the patch.


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

end of thread, other threads:[~2021-08-07  4:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1628081824-28535-mlmmj-16bf2009@lists.linux.dev>
2021-08-04 13:45 ` Post to linux-staging@lists.linux.dev denied: [PATCH] staging: rtl8723bs: os_dep: remove unused variable SAURAV GIREPUNJE
2021-08-04 13:56   ` Greg KH
2021-08-04 17:20     ` SAURAV GIREPUNJE
2021-08-05 11:04       ` Greg KH
2021-08-07  4:14         ` SAURAV GIREPUNJE

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.