staging: dgnc: Fix comment alignment
authorFernando Apesteguia <fernando.apesteguia@gmail.com>
Sun, 25 Sep 2016 17:20:31 +0000 (19:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Sep 2016 17:27:04 +0000 (19:27 +0200)
As reported by checkpatch.

Signed-off-by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_cls.c

index 4e1e0dc..aedca66 100644 (file)
@@ -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);