aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorNathan Howard <adanhawthorn@gmail.com>2017-02-10 23:16:37 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-12 13:26:14 +0100
commit59d409014a91578817b913477592eee4eaf1f6ed (patch)
treea9578ecb0c5aa61c1014a7e8b8a0c71d75c9eaf9 /drivers/staging
parentstaging: dgnc: dgnc_tty.c: fix argument list alignment issue. (diff)
downloadlinux-dev-59d409014a91578817b913477592eee4eaf1f6ed.tar.xz
linux-dev-59d409014a91578817b913477592eee4eaf1f6ed.zip
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 <adanhawthorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/greybus/arpc.h1
1 files changed, 0 insertions, 1 deletions
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