From 59d409014a91578817b913477592eee4eaf1f6ed Mon Sep 17 00:00:00 2001 From: Nathan Howard Date: Fri, 10 Feb 2017 23:16:37 -0500 Subject: 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 --- drivers/staging/greybus/arpc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/staging') 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 -- cgit v1.2.3-59-g8ed1b