public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: dgnc: Align the * on a block comment
@ 2016-09-26 17:39 Ramiro Oliveira
  2016-09-27 11:13 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Ramiro Oliveira @ 2016-09-26 17:39 UTC (permalink / raw)
  To: lidza.louina, markh, gregkh, driverdev-devel, devel, linux-kernel
  Cc: Ramiro Oliveira

This patch corrects a misalligned * in a block comment warning found by 
checkpatch.pl

Signed-off-by: Ramiro Oliveira <roliveir@synopsys.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

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

end of thread, other threads:[~2016-09-27 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26 17:39 [PATCH] Staging: dgnc: Align the * on a block comment Ramiro Oliveira
2016-09-27 11:13 ` Greg KH
2016-09-27 12:18   ` Ramiro Oliveira

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