Commit fea06c0b authored by Ioannis Valasakis's avatar Ioannis Valasakis Committed by Greg Kroah-Hartman

staging: greybus: remove multiple blank lines

Remove continuous multiple blank lines.
Reported by checkpatch.
Signed-off-by: default avatarIoannis Valasakis <code@wizofe.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f5e4e5e7
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include "arche_platform.h" #include "arche_platform.h"
static void apb_bootret_deassert(struct device *dev); static void apb_bootret_deassert(struct device *dev);
struct arche_apb_ctrl_drvdata { struct arche_apb_ctrl_drvdata {
......
...@@ -11,17 +11,13 @@ ...@@ -11,17 +11,13 @@
#include "greybus.h" #include "greybus.h"
#include "greybus_trace.h" #include "greybus_trace.h"
#define GB_CONNECTION_CPORT_QUIESCE_TIMEOUT 1000 #define GB_CONNECTION_CPORT_QUIESCE_TIMEOUT 1000
static void gb_connection_kref_release(struct kref *kref); static void gb_connection_kref_release(struct kref *kref);
static DEFINE_SPINLOCK(gb_connections_lock); static DEFINE_SPINLOCK(gb_connections_lock);
static DEFINE_MUTEX(gb_connection_mutex); static DEFINE_MUTEX(gb_connection_mutex);
/* Caller holds gb_connection_mutex. */ /* Caller holds gb_connection_mutex. */
static bool gb_connection_cport_in_use(struct gb_interface *intf, u16 cport_id) static bool gb_connection_cport_in_use(struct gb_interface *intf, u16 cport_id)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment