tty: serial: jsm: fix coding style

This patch fixes the checkpatch.pl complain:

ERROR: else should follow close brace '}'.

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>
This commit is contained in:
Gimcuan Hui 2017-11-05 05:06:21 +00:00 committed by Greg Kroah-Hartman
parent 24719a8dfa
commit 67c6f4b660
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}