From: Gimcuan Hui Date: Sun, 5 Nov 2017 05:06:19 +0000 (+0000) Subject: tty: serial: jsm: add blank line after declarations X-Git-Tag: v4.15-rc1~141^2~14 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d13551d1c9010b063a147839e29503ff8c632342;p=linux.git tty: serial: jsm: add blank line after declarations This patch fixes checkpatch.pl warning: Missing a blank line after declarations. Signed-off-by: Gimcuan Hui Acked-by: Guilherme G. Piccoli Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/jsm/jsm_tty.c b/drivers/tty/serial/jsm/jsm_tty.c index 729d2a083a74..ed58dfc3d40e 100644 --- a/drivers/tty/serial/jsm/jsm_tty.c +++ b/drivers/tty/serial/jsm/jsm_tty.c @@ -124,6 +124,7 @@ static void jsm_tty_set_mctrl(struct uart_port *port, unsigned int mctrl) static void jsm_tty_write(struct uart_port *port) { struct jsm_channel *channel; + channel = container_of(port, struct jsm_channel, uart_port); channel->ch_bd->bd_ops->copy_data_from_queue_to_uart(channel); }