From 60fb3405c73ea0bbab942c699496123f9e987c04 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Fri, 10 Jun 2016 14:59:07 +0530 Subject: greybus: Remove extra blank lines This patch removes few blank lines across the repository at places where two blank lines were present together or when a blank line is present at the start or end of a routine. Note that this doesn't remove most of them from greybus_protocols.h as they were added on purpose. Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/spilib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/staging/greybus/spilib.c') diff --git a/drivers/staging/greybus/spilib.c b/drivers/staging/greybus/spilib.c index 79ae044b78f3..527909b26d79 100644 --- a/drivers/staging/greybus/spilib.c +++ b/drivers/staging/greybus/spilib.c @@ -383,7 +383,6 @@ static void gb_spi_cleanup(struct spi_device *spi) /* Nothing to do for now */ } - /* Routines to get controller information */ /* -- cgit