All of lore.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

* Re: [PATCH] Staging: dgnc: dgnc_cls.c: fixed a brace coding style issue
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2013-11-12  0:33 UTC (permalink / raw)
  To: Simon Crequer; +Cc: lidza.louina, devel, linux-kernel

On Tue, Nov 05, 2013 at 01:53:28AM +1300, Simon Crequer wrote:
> 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(-)

Someone else beat you to this change, sorry, it no longer applies to my
tree :(

greg k-h

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.