summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/uart.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-06-10 14:59:07 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-06-10 16:32:33 -0700
commit60fb3405c73ea0bbab942c699496123f9e987c04 (patch)
treedf845bd382a5b25591605966d8dab8ca1ad20e8d /drivers/staging/greybus/uart.c
parent6554efa28edc09029012f8217c5481ff320b7fca (diff)
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 <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/uart.c')
-rw-r--r--drivers/staging/greybus/uart.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/greybus/uart.c b/drivers/staging/greybus/uart.c
index 7460bdbd0a1a..6260569b2f25 100644
--- a/drivers/staging/greybus/uart.c
+++ b/drivers/staging/greybus/uart.c
@@ -597,7 +597,6 @@ static void gb_tty_throttle(struct tty_struct *tty)
gb_tty->ctrlout &= ~GB_UART_CTRL_RTS;
retval = send_control(gb_tty, gb_tty->ctrlout);
}
-
}
static void gb_tty_unthrottle(struct tty_struct *tty)
@@ -710,7 +709,6 @@ static int wait_serial_change(struct gb_tty *gb_tty, unsigned long arg)
} while (!retval);
return retval;
-
}
static int get_serial_usage(struct gb_tty *gb_tty,
@@ -924,7 +922,6 @@ static int gb_uart_probe(struct gbphy_device *gbphy_dev,
goto exit_connection_disable;
}
-
return 0;
exit_connection_disable: