]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: greybus: remove multiple blank lines
authorIoannis Valasakis <code@wizofe.uk>
Fri, 9 Nov 2018 13:54:09 +0000 (13:54 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Nov 2018 17:49:03 +0000 (09:49 -0800)
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>
drivers/staging/greybus/arche-apb-ctrl.c
drivers/staging/greybus/connection.c

index cc8d6fc831b41673a6b231e32e7f26f82978a139..be5ffed90bcffa222cb429015ad4463bc69cfd7b 100644 (file)
@@ -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 {
index 2103168b585e87e5ac87679adda6ab6a24866023..56ae30533a70fc8eed80ace1edf201ea26683a56 100644 (file)
 #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)
 {