Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1578931 > unrolled thread

[PATCH] staging: greybus: arpc.h: remove duplicate line.

Started byNathan Howard <adanhawthorn@gmail.com>
First post2017-02-11 05:30 +0100
Last post2017-02-13 09:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging: greybus: arpc.h: remove duplicate line. Nathan Howard <adanhawthorn@gmail.com> - 2017-02-11 05:30 +0100
    Re: [PATCH] staging: greybus: arpc.h: remove duplicate line. Johan Hovold <johan@kernel.org> - 2017-02-13 09:20 +0100

#1578931 — [PATCH] staging: greybus: arpc.h: remove duplicate line.

FromNathan Howard <adanhawthorn@gmail.com>
Date2017-02-11 05:30 +0100
Subject[PATCH] staging: greybus: arpc.h: remove duplicate line.
Message-ID<t9xtT-4rt-3@gated-at.bofh.it>
Fix checkpatch.pl issue of the form:
"CHECK: Please don't use multiple blank lines".

Signed-off-by: Nathan Howard <adanhawthorn@gmail.com>
---
 drivers/staging/greybus/arpc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/greybus/arpc.h b/drivers/staging/greybus/arpc.h
index 7fbddfc..c0b63c0 100644
--- a/drivers/staging/greybus/arpc.h
+++ b/drivers/staging/greybus/arpc.h
@@ -74,7 +74,6 @@ struct arpc_response_message {
 	__u8	result;		/* Result of RPC */
 } __packed;
 
-
 /* ARPC requests */
 #define ARPC_TYPE_CPORT_CONNECTED		0x01
 #define ARPC_TYPE_CPORT_QUIESCE			0x02
-- 
2.7.4

[toc] | [next] | [standalone]


#1579512

FromJohan Hovold <johan@kernel.org>
Date2017-02-13 09:20 +0100
Message-ID<tak1A-18Q-15@gated-at.bofh.it>
In reply to#1578931
On Fri, Feb 10, 2017 at 11:16:37PM -0500, Nathan Howard wrote:
> Fix checkpatch.pl issue of the form:
> "CHECK: Please don't use multiple blank lines".

Don't take checkpatch too seriously. Using double blank lines as a
separator is perfectly fine.

Thanks,
Johan

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web