All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: vt6655: Fix line over 80 characters
@ 2019-03-04  1:19 Madhumitha Prabakaran
  2019-03-04  7:42 ` [Outreachy kernel] " Julia Lawall
  2019-03-04  7:45 ` Greg KH
  0 siblings, 2 replies; 7+ messages in thread
From: Madhumitha Prabakaran @ 2019-03-04  1:19 UTC (permalink / raw)
  To: forest, gregkh, outreachy-kernel; +Cc: Madhumitha Prabakaran

Fix the warning issued by checkpatch.pl
WARNING: line over 80 characters

Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
---
 drivers/staging/vt6655/card.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/vt6655/card.h b/drivers/staging/vt6655/card.h
index d71022aa3f86..6bbbbe1314d5 100644
--- a/drivers/staging/vt6655/card.h
+++ b/drivers/staging/vt6655/card.h
@@ -44,7 +44,8 @@ struct vnt_private;
 void CARDvSetRSPINF(struct vnt_private *priv, u8 bb_type);
 void CARDvUpdateBasicTopRate(struct vnt_private *priv);
 bool CARDbIsOFDMinBasicRate(struct vnt_private *priv);
-void CARDvSetLoopbackMode(struct vnt_private *priv, unsigned short wLoopbackMode);
+void CARDvSetLoopbackMode(struct vnt_private *priv,
+			  unsigned short wLoopbackMode);
 bool CARDbSoftwareReset(struct vnt_private *priv);
 void CARDvSetFirstNextTBTT(struct vnt_private *priv,
 			   unsigned short wBeaconInterval);
-- 
2.17.1



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

* Re: [Outreachy kernel] [PATCH] Staging: vt6655: Fix line over 80 characters
  2019-03-04  1:19 [PATCH] Staging: vt6655: Fix line over 80 characters Madhumitha Prabakaran
@ 2019-03-04  7:42 ` Julia Lawall
  2019-03-04 16:02   ` Madhumthia Prabakaran
  2019-03-04 17:23   ` Madhumthia Prabakaran
  2019-03-04  7:45 ` Greg KH
  1 sibling, 2 replies; 7+ messages in thread
From: Julia Lawall @ 2019-03-04  7:42 UTC (permalink / raw)
  To: Madhumitha Prabakaran; +Cc: forest, gregkh, outreachy-kernel



On Sun, 3 Mar 2019, Madhumitha Prabakaran wrote:

> Fix the warning issued by checkpatch.pl
> WARNING: line over 80 characters
>
> Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
> ---
>  drivers/staging/vt6655/card.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/vt6655/card.h b/drivers/staging/vt6655/card.h
> index d71022aa3f86..6bbbbe1314d5 100644
> --- a/drivers/staging/vt6655/card.h
> +++ b/drivers/staging/vt6655/card.h
> @@ -44,7 +44,8 @@ struct vnt_private;
>  void CARDvSetRSPINF(struct vnt_private *priv, u8 bb_type);
>  void CARDvUpdateBasicTopRate(struct vnt_private *priv);
>  bool CARDbIsOFDMinBasicRate(struct vnt_private *priv);
> -void CARDvSetLoopbackMode(struct vnt_private *priv, unsigned short wLoopbackMode);
> +void CARDvSetLoopbackMode(struct vnt_private *priv,
> +			  unsigned short wLoopbackMode);

I have the impression that this function is actually never used.  Maybe
you can try to get rid of it.

julia

>  bool CARDbSoftwareReset(struct vnt_private *priv);
>  void CARDvSetFirstNextTBTT(struct vnt_private *priv,
>  			   unsigned short wBeaconInterval);
> --
> 2.17.1
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20190304011949.17148-1-madhumithabiw%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>


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

* Re: [PATCH] Staging: vt6655: Fix line over 80 characters
  2019-03-04  1:19 [PATCH] Staging: vt6655: Fix line over 80 characters Madhumitha Prabakaran
  2019-03-04  7:42 ` [Outreachy kernel] " Julia Lawall
@ 2019-03-04  7:45 ` Greg KH
  2019-03-04 16:00   ` Madhumthia Prabakaran
  1 sibling, 1 reply; 7+ messages in thread
From: Greg KH @ 2019-03-04  7:45 UTC (permalink / raw)
  To: Madhumitha Prabakaran; +Cc: forest, outreachy-kernel

On Sun, Mar 03, 2019 at 07:19:49PM -0600, Madhumitha Prabakaran wrote:
> Fix the warning issued by checkpatch.pl
> WARNING: line over 80 characters
> 
> Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
> ---
>  drivers/staging/vt6655/card.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

You sent multiple patches with the same subject line, and no hint as to
what order they need to be applied in.


I have now removed all of your pending patches from my "to review"
queue, please fix them up and resend them properly.

thanks,

greg k-h


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

* Re: [PATCH] Staging: vt6655: Fix line over 80 characters
  2019-03-04  7:45 ` Greg KH
@ 2019-03-04 16:00   ` Madhumthia Prabakaran
  2019-03-04 16:27     ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Madhumthia Prabakaran @ 2019-03-04 16:00 UTC (permalink / raw)
  To: Greg KH, outreachy-kernel

On Mon, Mar 04, 2019 at 08:45:30AM +0100, Greg KH wrote:
> On Sun, Mar 03, 2019 at 07:19:49PM -0600, Madhumitha Prabakaran wrote:
> > Fix the warning issued by checkpatch.pl
> > WARNING: line over 80 characters
> > 
> > Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
> > ---
> >  drivers/staging/vt6655/card.h | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> You sent multiple patches with the same subject line, and no hint as to
> what order they need to be applied in.
> 
> 
> I have now removed all of your pending patches from my "to review"
> queue, please fix them up and resend them properly.
> 
> thanks,
> 
> greg k-h

I will resend all the patches.
I only have 2 patches with same subject lines, other three patches have different subject line.
So do you want me to include v2 in the patches or I can send it as same, as it is removed from your "to review" queue.

thanks,

Madhumitha



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

* Re: [Outreachy kernel] [PATCH] Staging: vt6655: Fix line over 80 characters
  2019-03-04  7:42 ` [Outreachy kernel] " Julia Lawall
@ 2019-03-04 16:02   ` Madhumthia Prabakaran
  2019-03-04 17:23   ` Madhumthia Prabakaran
  1 sibling, 0 replies; 7+ messages in thread
From: Madhumthia Prabakaran @ 2019-03-04 16:02 UTC (permalink / raw)
  To: Julia Lawall, outreachy-kernel

On Mon, Mar 04, 2019 at 08:42:54AM +0100, Julia Lawall wrote:
> 
> 
> On Sun, 3 Mar 2019, Madhumitha Prabakaran wrote:
> 
> > Fix the warning issued by checkpatch.pl
> > WARNING: line over 80 characters
> >
> > Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
> > ---
> >  drivers/staging/vt6655/card.h | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/drivers/staging/vt6655/card.h b/drivers/staging/vt6655/card.h
> > index d71022aa3f86..6bbbbe1314d5 100644
> > --- a/drivers/staging/vt6655/card.h
> > +++ b/drivers/staging/vt6655/card.h
> > @@ -44,7 +44,8 @@ struct vnt_private;
> >  void CARDvSetRSPINF(struct vnt_private *priv, u8 bb_type);
> >  void CARDvUpdateBasicTopRate(struct vnt_private *priv);
> >  bool CARDbIsOFDMinBasicRate(struct vnt_private *priv);
> > -void CARDvSetLoopbackMode(struct vnt_private *priv, unsigned short wLoopbackMode);
> > +void CARDvSetLoopbackMode(struct vnt_private *priv,
> > +			  unsigned short wLoopbackMode);
> 
> I have the impression that this function is actually never used.  Maybe
> you can try to get rid of it.
> 
> julia
> 
> >  bool CARDbSoftwareReset(struct vnt_private *priv);
> >  void CARDvSetFirstNextTBTT(struct vnt_private *priv,
> >  			   unsigned short wBeaconInterval);
> > --
> > 2.17.1
> >
> > --
> > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> > To post to this group, send email to outreachy-kernel@googlegroups.com.
> > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20190304011949.17148-1-madhumithabiw%40gmail.com.
> > For more options, visit https://groups.google.com/d/optout.
> >
> 
> -- 
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/alpine.DEB.2.21.1903040842080.2559%40hadrien.
> For more options, visit https://groups.google.com/d/optout.

I will check and fix it

Madhumitha



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

* Re: [Outreachy kernel] Re: [PATCH] Staging: vt6655: Fix line over 80 characters
  2019-03-04 16:00   ` Madhumthia Prabakaran
@ 2019-03-04 16:27     ` Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2019-03-04 16:27 UTC (permalink / raw)
  To: Madhumthia Prabakaran; +Cc: outreachy-kernel

On Mon, Mar 04, 2019 at 10:00:02AM -0600, Madhumthia Prabakaran wrote:
> On Mon, Mar 04, 2019 at 08:45:30AM +0100, Greg KH wrote:
> > On Sun, Mar 03, 2019 at 07:19:49PM -0600, Madhumitha Prabakaran wrote:
> > > Fix the warning issued by checkpatch.pl
> > > WARNING: line over 80 characters
> > > 
> > > Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
> > > ---
> > >  drivers/staging/vt6655/card.h | 3 ++-
> > >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > You sent multiple patches with the same subject line, and no hint as to
> > what order they need to be applied in.
> > 
> > 
> > I have now removed all of your pending patches from my "to review"
> > queue, please fix them up and resend them properly.
> > 
> > thanks,
> > 
> > greg k-h
> 
> I will resend all the patches.
> I only have 2 patches with same subject lines, other three patches have different subject line.
> So do you want me to include v2 in the patches or I can send it as same, as it is removed from your "to review" queue.

I need them all resent, as one single patch series, in the proper
format.  As I said, I have dropped all of your pending patches at that
point in time.

thanks,

greg k-h


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

* Re: [Outreachy kernel] [PATCH] Staging: vt6655: Fix line over 80 characters
  2019-03-04  7:42 ` [Outreachy kernel] " Julia Lawall
  2019-03-04 16:02   ` Madhumthia Prabakaran
@ 2019-03-04 17:23   ` Madhumthia Prabakaran
  1 sibling, 0 replies; 7+ messages in thread
From: Madhumthia Prabakaran @ 2019-03-04 17:23 UTC (permalink / raw)
  To: Julia Lawall, outreachy-kernel

On Mon, Mar 04, 2019 at 08:42:54AM +0100, Julia Lawall wrote:
> 
> 
> On Sun, 3 Mar 2019, Madhumitha Prabakaran wrote:
> 
> > Fix the warning issued by checkpatch.pl
> > WARNING: line over 80 characters
> >
> > Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
> > ---
> >  drivers/staging/vt6655/card.h | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/drivers/staging/vt6655/card.h b/drivers/staging/vt6655/card.h
> > index d71022aa3f86..6bbbbe1314d5 100644
> > --- a/drivers/staging/vt6655/card.h
> > +++ b/drivers/staging/vt6655/card.h
> > @@ -44,7 +44,8 @@ struct vnt_private;
> >  void CARDvSetRSPINF(struct vnt_private *priv, u8 bb_type);
> >  void CARDvUpdateBasicTopRate(struct vnt_private *priv);
> >  bool CARDbIsOFDMinBasicRate(struct vnt_private *priv);
> > -void CARDvSetLoopbackMode(struct vnt_private *priv, unsigned short wLoopbackMode);
> > +void CARDvSetLoopbackMode(struct vnt_private *priv,
> > +			  unsigned short wLoopbackMode);
> 
> I have the impression that this function is actually never used.  Maybe
> you can try to get rid of it.
> 
> julia
> 
> >  bool CARDbSoftwareReset(struct vnt_private *priv);
> >  void CARDvSetFirstNextTBTT(struct vnt_private *priv,
> >  			   unsigned short wBeaconInterval);
> > --
> > 2.17.1
> >
> > --
> > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> > To post to this group, send email to outreachy-kernel@googlegroups.com.
> > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20190304011949.17148-1-madhumithabiw%40gmail.com.
> > For more options, visit https://groups.google.com/d/optout.
> >
> 
> -- 
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/alpine.DEB.2.21.1903040842080.2559%40hadrien.
> For more options, visit https://groups.google.com/d/optout.

None of the function declarations in card.h is used with itself. But the CARDvSetLoopbackMode function is used in card.c. Whether we can remove it, considering the fact that it is used in card.c or not. I'm not sure regarding it. 

thanks,
madhumitha



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

end of thread, other threads:[~2019-03-04 17:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04  1:19 [PATCH] Staging: vt6655: Fix line over 80 characters Madhumitha Prabakaran
2019-03-04  7:42 ` [Outreachy kernel] " Julia Lawall
2019-03-04 16:02   ` Madhumthia Prabakaran
2019-03-04 17:23   ` Madhumthia Prabakaran
2019-03-04  7:45 ` Greg KH
2019-03-04 16:00   ` Madhumthia Prabakaran
2019-03-04 16:27     ` [Outreachy kernel] " Greg KH

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.