diff options
author | Ioannis Valasakis <code@wizofe.uk> | 2018-11-09 13:54:09 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-09 09:49:03 -0800 |
commit | fea06c0ba4f0d9e4603cb9937060159682453497 (patch) | |
tree | be95aa8fc802c1cb1dc3c494e80f7414bcfe540e | |
parent | f5e4e5e7ae9cab22d62bc870be78c9daf38ab645 (diff) | |
download | blackbird-op-linux-fea06c0ba4f0d9e4603cb9937060159682453497.tar.gz blackbird-op-linux-fea06c0ba4f0d9e4603cb9937060159682453497.zip |
staging: greybus: remove multiple blank lines
Remove continuous multiple blank lines.
Reported by checkpatch.
Signed-off-by: Ioannis Valasakis <code@wizofe.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/greybus/arche-apb-ctrl.c | 1 | ||||
-rw-r--r-- | drivers/staging/greybus/connection.c | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c index cc8d6fc831b4..be5ffed90bcf 100644 --- a/drivers/staging/greybus/arche-apb-ctrl.c +++ b/drivers/staging/greybus/arche-apb-ctrl.c @@ -20,7 +20,6 @@ #include <linux/spinlock.h> #include "arche_platform.h" - static void apb_bootret_deassert(struct device *dev); struct arche_apb_ctrl_drvdata { diff --git a/drivers/staging/greybus/connection.c b/drivers/staging/greybus/connection.c index 2103168b585e..56ae30533a70 100644 --- a/drivers/staging/greybus/connection.c +++ b/drivers/staging/greybus/connection.c @@ -11,17 +11,13 @@ #include "greybus.h" #include "greybus_trace.h" - #define GB_CONNECTION_CPORT_QUIESCE_TIMEOUT 1000 - static void gb_connection_kref_release(struct kref *kref); - static DEFINE_SPINLOCK(gb_connections_lock); static DEFINE_MUTEX(gb_connection_mutex); - /* Caller holds gb_connection_mutex. */ static bool gb_connection_cport_in_use(struct gb_interface *intf, u16 cport_id) { |