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


Groups > linux.kernel > #1578931

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

From Nathan Howard <adanhawthorn@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] staging: greybus: arpc.h: remove duplicate line.
Date 2017-02-11 05:30 +0100
Message-ID <t9xtT-4rt-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web