projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3fc909
)
staging: greybus: arpc.h: remove duplicate line.
author
Nathan Howard
<adanhawthorn@gmail.com>
Sat, 11 Feb 2017 04:16:37 +0000
(23:16 -0500)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/arpc.h
b/drivers/staging/greybus/arpc.h
index 7fbddfc40d834d90bd275d035adcbb9b905e81b9..c0b63c0130c5905f63a0ebf1385eb6449f733ccf 100644
(file)
--- 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