From: Bhanusree Pola Date: Tue, 26 Feb 2019 00:32:47 +0000 (+0530) Subject: Staging: greybus: Do not use multiple blank lines X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=39d82357229d2332cc41a6a9109406e419d3519c;p=linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/control.c b/drivers/staging/greybus/control.c index ffa41d31896d4..a9e8b6036cac9 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;