[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <df5e2eb86ea6915afb26fc73475a4e11e5fd3baa.1474911312.git.roliveir@synopsys.com>
Date: Mon, 26 Sep 2016 18:39:15 +0100
From: Ramiro Oliveira <Ramiro.Oliveira@...opsys.com>
To: lidza.louina@...il.com, markh@...pro.net,
gregkh@...uxfoundation.org, driverdev-devel@...uxdriverproject.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Cc: Ramiro Oliveira <Ramiro.Oliveira@...opsys.com>
Subject: [PATCH] Staging: dgnc: Align the * on a block comment
This patch corrects a misalligned * in a block comment warning found by
checkpatch.pl
Signed-off-by: Ramiro Oliveira <roliveir@...opsys.com>
---
drivers/staging/dgnc/dgnc_cls.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/dgnc/dgnc_cls.c b/drivers/staging/dgnc/dgnc_cls.c
index 4e1e0dc6..aedca66 100644
--- a/drivers/staging/dgnc/dgnc_cls.c
+++ b/drivers/staging/dgnc/dgnc_cls.c
@@ -345,7 +345,7 @@ static void cls_copy_data_from_uart_to_queue(struct channel_t *ch)
/*
* Discard character if we are ignoring the error mask.
- */
+ */
if (linestatus & error_mask) {
linestatus = 0;
readb(&ch->ch_cls_uart->txrx);
--
2.9.3
Powered by blists - more mailing lists