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:
parent
24719a8dfa
commit
67c6f4b660
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue