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

From: Nathan Howard
Date: Fri Feb 10 2017 - 23:32:25 EST


Fix checkpatch.pl issue of the form:
"CHECK: Please don't use multiple blank lines".

Signed-off-by: Nathan Howard <adanhawthorn@xxxxxxxxx>
---
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