All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] [Outreachy kernel] staging: vt6655: spaces around operators
@ 2019-03-21 10:13 Payal Kshirsagar
  2019-03-21 19:02 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Payal Kshirsagar @ 2019-03-21 10:13 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Payal Kshirsagar

Add spaces around operators.

Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
---
 drivers/staging/vt6655/rf.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/vt6655/rf.c b/drivers/staging/vt6655/rf.c
index 4cb7030..600c920 100644
--- a/drivers/staging/vt6655/rf.c
+++ b/drivers/staging/vt6655/rf.c
@@ -702,9 +702,13 @@ bool RFvWriteWakeProgSyn(struct vnt_private *priv, unsigned char byRFType,
 		for (ii = 0; ii < CB_AL2230_INIT_SEQ; ii++)
 			MACvSetMISCFifo(priv, (unsigned short)(MISCFIFO_SYNDATA_IDX + ii), dwAL2230InitTable[ii]);
 
-		MACvSetMISCFifo(priv, (unsigned short)(MISCFIFO_SYNDATA_IDX + ii), dwAL2230ChannelTable0[uChannel-1]);
+		MACvSetMISCFifo(priv,
+				(unsigned short)(MISCFIFO_SYNDATA_IDX + ii),
+				dwAL2230ChannelTable0[uChannel - 1]);
 		ii++;
-		MACvSetMISCFifo(priv, (unsigned short)(MISCFIFO_SYNDATA_IDX + ii), dwAL2230ChannelTable1[uChannel-1]);
+		MACvSetMISCFifo(priv,
+				(unsigned short)(MISCFIFO_SYNDATA_IDX + ii),
+				dwAL2230ChannelTable1[uChannel - 1]);
 		break;
 
 		/* Need to check, PLLON need to be low for channel setting */
-- 
2.7.4



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

* Re: [PATCH 1/3] [Outreachy kernel] staging: vt6655: spaces around operators
  2019-03-21 10:13 [PATCH 1/3] [Outreachy kernel] staging: vt6655: spaces around operators Payal Kshirsagar
@ 2019-03-21 19:02 ` Greg KH
  2019-03-22  2:51   ` Payal Kshirsagar
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2019-03-21 19:02 UTC (permalink / raw)
  To: Payal Kshirsagar; +Cc: outreachy-kernel

On Thu, Mar 21, 2019 at 03:43:45PM +0530, Payal Kshirsagar wrote:
> Add spaces around operators.
> 
> Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>

1/3?  Where are the other 2 patches of this series?

Please fix up and resend them all.

thanks,

greg k-h


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

* Re: [PATCH 1/3] [Outreachy kernel] staging: vt6655: spaces around operators
  2019-03-21 19:02 ` Greg KH
@ 2019-03-22  2:51   ` Payal Kshirsagar
  0 siblings, 0 replies; 3+ messages in thread
From: Payal Kshirsagar @ 2019-03-22  2:51 UTC (permalink / raw)
  To: Greg KH; +Cc: outreachy-kernel

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

On Fri, Mar 22, 2019, 12:32 AM Greg KH <gregkh@linuxfoundation.org> wrote:

> On Thu, Mar 21, 2019 at 03:43:45PM +0530, Payal Kshirsagar wrote:
> > Add spaces around operators.
> >
> > Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
>
> 1/3?  Where are the other 2 patches of this series?
>
> Please fix up and resend them all.
>

Okay I will resend them.
Payal

>
> thanks,
>
> greg k-h
>

[-- Attachment #2: Type: text/html, Size: 1047 bytes --]

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

end of thread, other threads:[~2019-03-22  2:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-21 10:13 [PATCH 1/3] [Outreachy kernel] staging: vt6655: spaces around operators Payal Kshirsagar
2019-03-21 19:02 ` Greg KH
2019-03-22  2:51   ` Payal Kshirsagar

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.