public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: dgnc: dgnc_cls.c: fixed a brace coding style issue
@ 2013-11-04 12:53 Simon Crequer
  2013-11-12  0:33 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Crequer @ 2013-11-04 12:53 UTC (permalink / raw)
  To: lidza.louina; +Cc: devel, linux-kernel, Simon Crequer

Fixed a coding style issue.

Signed-off-by: Simon Crequer <simoncrequer@gmail.com>
---
 drivers/staging/dgnc/dgnc_cls.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/dgnc/dgnc_cls.c b/drivers/staging/dgnc/dgnc_cls.c
index 117e158..357d000 100644
--- a/drivers/staging/dgnc/dgnc_cls.c
+++ b/drivers/staging/dgnc/dgnc_cls.c
@@ -1305,9 +1305,9 @@ static uint cls_get_uart_bytes_left(struct channel_t *ch)
 
 	/* Determine whether the Transmitter is empty or not */
 	if (!(lsr & UART_LSR_TEMT)) {
-		if (ch->ch_flags & CH_TX_FIFO_EMPTY) {
+		if (ch->ch_flags & CH_TX_FIFO_EMPTY)
 			tasklet_schedule(&ch->ch_bd->helper_tasklet);
-		}
+
 		left = 1;
 	}
 	else {
-- 
1.8.2.1 (Apple Git-45)


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

end of thread, other threads:[~2013-11-12  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04 12:53 [PATCH] Staging: dgnc: dgnc_cls.c: fixed a brace coding style issue Simon Crequer
2013-11-12  0:33 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox