[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1321596182-11031-1-git-send-email-zac.3.14159@gmail.com>
Date: Thu, 17 Nov 2011 23:03:02 -0700
From: Zac Storer <zac.3.14159@...il.com>
To: leitao@...ux.vnet.ibm.com
Cc: linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org,
Zac Storer <zac.3.14159@...il.com>
Subject: [PATCH 29/29] Drivers: tty: serial: jsm: jsm_tty: fixed a brace coding style issue
Fixed a brace coding style issue.
Signed-off-by: Zac Storer <zac.3.14159@...il.com>
---
drivers/tty/serial/jsm/jsm_tty.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/tty/serial/jsm/jsm_tty.c b/drivers/tty/serial/jsm/jsm_tty.c
index 434bd88..49fded1 100644
--- a/drivers/tty/serial/jsm/jsm_tty.c
+++ b/drivers/tty/serial/jsm/jsm_tty.c
@@ -473,7 +473,7 @@ int jsm_uart_port_init(struct jsm_board *brd)
set_bit(line, linemap);
brd->channels[i]->uart_port.line = line;
rc = uart_add_one_port (&jsm_uart_driver, &brd->channels[i]->uart_port);
- if (rc){
+ if (rc) {
printk(KERN_INFO "jsm: Port %d failed. Aborting...\n", i);
return rc;
}
--
1.7.7.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists