Commit 59d40901 authored by Nathan Howard's avatar Nathan Howard Committed by Greg Kroah-Hartman
Browse files

staging: greybus: arpc.h: remove duplicate line.



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

Signed-off-by: default avatarNathan Howard <adanhawthorn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b3fc909a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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