From: Emmanuil Chatzipetru <chatzi.eman...@gmail.com>

Fix coding style issue caught by checkpatch.pl related to the following
warning:
        - CHECK: Please don't use multiple blank lines

Signed-off-by: Emmanuil Chatzipetru <chatzi.eman...@gmail.com>
---
 drivers/staging/greybus/control.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/greybus/control.c 
b/drivers/staging/greybus/control.c
index 4716190e740a..2d2ca3397395 100644
--- a/drivers/staging/greybus/control.c
+++ b/drivers/staging/greybus/control.c
@@ -16,7 +16,6 @@
 #define GB_CONTROL_VERSION_MAJOR       0
 #define GB_CONTROL_VERSION_MINOR       1
 
-
 static int gb_control_get_version(struct gb_control *control)
 {
        struct gb_interface *intf = control->connection->intf;
-- 
2.1.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to