From: Bhanusree Pola Date: Tue, 26 Feb 2019 00:32:47 +0000 (+0530) Subject: Staging: greybus: Do not use multiple blank lines X-Git-Tag: v5.4-rc1~1509^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39d82357229d2332cc41a6a9109406e419d3519c;p=platform%2Fkernel%2Flinux-rpi.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 ffa41d3..a9e8b60 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;