[PATCH] Staging: dgnc: Align the * on a block comment

From: Ramiro Oliveira
Date: Mon Sep 26 2016 - 13:39:33 EST


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

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