linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: greybus: arpc.h: remove duplicate line.
@ 2017-02-11  4:16 Nathan Howard
  2017-02-13  8:17 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Howard @ 2017-02-11  4:16 UTC (permalink / raw)
  To: johan, elder, gregkh, greybus-dev, devel, linux-kernel; +Cc: Nathan Howard

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

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

* Re: [PATCH] staging: greybus: arpc.h: remove duplicate line.
  2017-02-11  4:16 [PATCH] staging: greybus: arpc.h: remove duplicate line Nathan Howard
@ 2017-02-13  8:17 ` Johan Hovold
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2017-02-13  8:17 UTC (permalink / raw)
  To: Nathan Howard; +Cc: johan, elder, gregkh, greybus-dev, devel, linux-kernel

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

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

end of thread, other threads:[~2017-02-13  8:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-11  4:16 [PATCH] staging: greybus: arpc.h: remove duplicate line Nathan Howard
2017-02-13  8:17 ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).