staging: greybus: arpc.h: remove duplicate line.
authorNathan Howard <adanhawthorn@gmail.com>
Sat, 11 Feb 2017 04:16:37 +0000 (23:16 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Feb 2017 12:26:14 +0000 (13:26 +0100)
Fix checkpatch.pl issue of the form:
"CHECK: Please don't use multiple blank lines".

Signed-off-by: Nathan Howard <adanhawthorn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/arpc.h

index 7fbddfc..c0b63c0 100644 (file)
@@ -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