Commit 8c52425a authored by Fernando Apesteguia's avatar Fernando Apesteguia Committed by Greg Kroah-Hartman

staging: dgnc: Fix comment alignment

As reported by checkpatch.
Signed-off-by: default avatarFernando Apesteguia <fernando.apesteguia@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c297d307
...@@ -345,7 +345,7 @@ static void cls_copy_data_from_uart_to_queue(struct channel_t *ch) ...@@ -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. * Discard character if we are ignoring the error mask.
*/ */
if (linestatus & error_mask) { if (linestatus & error_mask) {
linestatus = 0; linestatus = 0;
readb(&ch->ch_cls_uart->txrx); readb(&ch->ch_cls_uart->txrx);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment