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

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
...@@ -74,7 +74,6 @@ struct arpc_response_message { ...@@ -74,7 +74,6 @@ struct arpc_response_message {
__u8 result; /* Result of RPC */ __u8 result; /* Result of RPC */
} __packed; } __packed;
/* ARPC requests */ /* ARPC requests */
#define ARPC_TYPE_CPORT_CONNECTED 0x01 #define ARPC_TYPE_CPORT_CONNECTED 0x01
#define ARPC_TYPE_CPORT_QUIESCE 0x02 #define ARPC_TYPE_CPORT_QUIESCE 0x02
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment