diff options
author | Bhanusree Pola <bhanusreemahesh@gmail.com> | 2019-02-26 06:02:47 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-26 11:46:51 +0100 |
commit | 39d82357229d2332cc41a6a9109406e419d3519c (patch) | |
tree | 3513a68b3626517ab017f54434334d9ff5bfa9c8 /drivers/staging | |
parent | 13a7287edb1ef38d95f4b3fff44895cb9fd9ae64 (diff) |
Staging: greybus: Do not use multiple blank lines
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/greybus/control.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/control.c b/drivers/staging/greybus/control.c index ffa41d31896d..a9e8b6036cac 100644 --- a/drivers/staging/greybus/control.c +++ b/drivers/staging/greybus/control.c @@ -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; |