From: Nathan Howard Date: Sat, 11 Feb 2017 04:16:37 +0000 (-0500) Subject: staging: greybus: arpc.h: remove duplicate line. X-Git-Tag: v4.11-rc1~116^2~79 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=59d409014a91578817b913477592eee4eaf1f6ed;p=karo-tx-linux.git 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: Nathan Howard Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/arpc.h b/drivers/staging/greybus/arpc.h index 7fbddfc40d83..c0b63c0130c5 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