From: Gimcuan Hui Date: Sun, 5 Nov 2017 05:06:21 +0000 (+0000) Subject: tty: serial: jsm: fix coding style X-Git-Tag: v4.15-rc1~141^2~12 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=67c6f4b660985f5754fa7c98bd53705020814d32;p=linux.git tty: serial: jsm: fix coding style This patch fixes the checkpatch.pl complain: ERROR: else should follow close brace '}'. 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 53c3f53da241..3853bfa5aa46 100644 --- a/drivers/tty/serial/jsm/jsm_tty.c +++ b/drivers/tty/serial/jsm/jsm_tty.c @@ -478,8 +478,7 @@ int jsm_uart_port_init(struct jsm_board *brd) if (rc) { printk(KERN_INFO "jsm: Port %d failed. Aborting...\n", i); return rc; - } - else + } else printk(KERN_INFO "jsm: Port %d added\n", i); }