projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c100a3f
)
tty: serial: jsm: add blank line after declarations
author
Gimcuan Hui
<gimcuan@gmail.com>
Sun, 5 Nov 2017 05:06:19 +0000
(
05:06
+0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 8 Nov 2017 11:58:31 +0000
(12:58 +0100)
This patch fixes checkpatch.pl warning:
Missing a blank line after declarations.
Signed-off-by: Gimcuan Hui <gimcuan@gmail.com>
Acked-by: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/jsm/jsm_tty.c
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/jsm/jsm_tty.c
b/drivers/tty/serial/jsm/jsm_tty.c
index
729d2a0
..
ed58dfc
100644
(file)
--- 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);
}