Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: serial: jsm: Add space before the open brace

This patch fixes the checkpatch.pl error complain:

ERROR: space required before the open brace '{'

Signed-off-by: Gimcuan Hui <gimcuan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Gimcuan Hui and committed by
Greg Kroah-Hartman
62fadbd8 4c3897b1

+1 -1
+1 -1
drivers/tty/serial/jsm/jsm_tty.c
··· 474 474 set_bit(line, linemap); 475 475 brd->channels[i]->uart_port.line = line; 476 476 rc = uart_add_one_port (&jsm_uart_driver, &brd->channels[i]->uart_port); 477 - if (rc){ 477 + if (rc) { 478 478 printk(KERN_INFO "jsm: Port %d failed. Aborting...\n", i); 479 479 return rc; 480 480 }