From: Simon Crequer <simoncrequer@gmail.com>
To: lidza.louina@gmail.com
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Simon Crequer <simoncrequer@gmail.com>
Subject: [PATCH] Staging: dgnc: dgnc_cls.c: fixed a brace coding style issue
Date: Tue, 5 Nov 2013 01:53:28 +1300 [thread overview]
Message-ID: <1383569608-8548-1-git-send-email-simoncrequer@gmail.com> (raw)
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)
next reply other threads:[~2013-11-04 12:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-04 12:53 Simon Crequer [this message]
2013-11-12 0:33 ` [PATCH] Staging: dgnc: dgnc_cls.c: fixed a brace coding style issue Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1383569608-8548-1-git-send-email-simoncrequer@gmail.com \
--to=simoncrequer@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=lidza.louina@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.