* [PATCH] staging: vt6656: Add space around '+'
@ 2015-10-26 9:05 Burcin Akalin
2015-10-27 7:49 ` [Outreachy kernel] " Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Burcin Akalin @ 2015-10-26 9:05 UTC (permalink / raw)
To: outreachy-kernel; +Cc: Burcin Akalin
Add space around operator '+'. Problem found using
checkpatch.pl
CHECK: spaces preferred around that '+' (ctx:VxV)
Signed-off-by: Burcin Akalin <brcnakalin@gmail.com>
---
drivers/staging/vt6656/dpc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/vt6656/dpc.c b/drivers/staging/vt6656/dpc.c
index e6367ed..83df566 100644
--- a/drivers/staging/vt6656/dpc.c
+++ b/drivers/staging/vt6656/dpc.c
@@ -78,8 +78,8 @@ int vnt_rx_data(struct vnt_private *priv, struct vnt_rcb *ptr_rcb,
skb_data = (u8 *)skb->data;
- rx_sts = skb_data+4;
- rx_rate = skb_data+5;
+ rx_sts = skb_data + 4;
+ rx_rate = skb_data + 5;
/* real Frame Size = USBframe_size -4WbkStatus - 4RxStatus */
/* -8TSF - 4RSR - 4SQ3 - ?Padding */
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Outreachy kernel] [PATCH] staging: vt6656: Add space around '+'
2015-10-26 9:05 [PATCH] staging: vt6656: Add space around '+' Burcin Akalin
@ 2015-10-27 7:49 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-10-27 7:49 UTC (permalink / raw)
To: Burcin Akalin; +Cc: outreachy-kernel
On Mon, Oct 26, 2015 at 12:05:52PM +0300, Burcin Akalin wrote:
> Add space around operator '+'. Problem found using
> checkpatch.pl
> CHECK: spaces preferred around that '+' (ctx:VxV)
>
> Signed-off-by: Burcin Akalin <brcnakalin@gmail.com>
> ---
> drivers/staging/vt6656/dpc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
You sent two patches, with identical subjects, but no hint as to what
order to apply them in :(
Please fix up, and send as a patch series.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-27 7:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-26 9:05 [PATCH] staging: vt6656: Add space around '+' Burcin Akalin
2015-10-27 7:49 ` [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.