linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 29/29] Drivers: tty: serial: jsm: jsm_tty: fixed a brace coding style issue
@ 2011-11-18  6:03 Zac Storer
  2011-11-18 14:30 ` Breno Leitao
  0 siblings, 1 reply; 6+ messages in thread
From: Zac Storer @ 2011-11-18  6:03 UTC (permalink / raw)
  To: leitao; +Cc: linux-serial, linux-kernel, Zac Storer

Fixed a brace coding style issue.

Signed-off-by: Zac Storer <zac.3.14159@gmail.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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-06 20:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-18  6:03 [PATCH 29/29] Drivers: tty: serial: jsm: jsm_tty: fixed a brace coding style issue Zac Storer
2011-11-18 14:30 ` Breno Leitao
2012-01-06 18:26   ` Lucas Kannebley Tavares
2012-01-06 19:46     ` Lucas Kannebley Tavares
2012-01-06 19:53       ` Greg KH
2012-01-06 20:08         ` Lucas Kannebley Tavares

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).