Staging: greybus: Do not use multiple blank lines
authorBhanusree Pola <bhanusreemahesh@gmail.com>
Tue, 26 Feb 2019 00:32:47 +0000 (06:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Feb 2019 10:46:51 +0000 (11:46 +0100)
Remove unnecessary blank line
issue found with checkpatch.pl:
CHECK: Please don't use multiple blank lines

Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/control.c

index ffa41d3..a9e8b60 100644 (file)
@@ -15,7 +15,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;