Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d13551d1 authored by Gimcuan Hui's avatar Gimcuan Hui Committed by Greg Kroah-Hartman
Browse files

tty: serial: jsm: add blank line after declarations



This patch fixes checkpatch.pl warning:

Missing a blank line after declarations.

Signed-off-by: default avatarGimcuan Hui <gimcuan@gmail.com>
Acked-by: default avatarGuilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c100a3f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
}