summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_neo.c
diff options
context:
space:
mode:
authorSudip Mukherjee2015-10-04 16:20:14 +0200
committerGreg Kroah-Hartman2015-10-13 06:08:51 +0200
commite352d3f19e12416c4bb489640e8da70657886854 (patch)
tree6cfa63c704b718682a16e506268a8419e3711839 /drivers/staging/dgnc/dgnc_neo.c
parentstaging: dgnc: remove space after cast (diff)
downloadkernel-qcow2-linux-e352d3f19e12416c4bb489640e8da70657886854.tar.gz
kernel-qcow2-linux-e352d3f19e12416c4bb489640e8da70657886854.tar.xz
kernel-qcow2-linux-e352d3f19e12416c4bb489640e8da70657886854.zip
staging: dgnc: alignment style
checkpatch was warning us that the alignment should match the open parenthesis. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc/dgnc_neo.c')
-rw-r--r--drivers/staging/dgnc/dgnc_neo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c
index 0d7ba53f9ed2..99287bb90b59 100644
--- a/drivers/staging/dgnc/dgnc_neo.c
+++ b/drivers/staging/dgnc/dgnc_neo.c
@@ -1390,7 +1390,7 @@ static void neo_copy_data_from_queue_to_uart(struct channel_t *ch)
/* If port is "stopped", don't send any data to the UART */
if ((ch->ch_flags & CH_FORCED_STOP) ||
- (ch->ch_flags & CH_BREAK_SENDING))
+ (ch->ch_flags & CH_BREAK_SENDING))
goto exit_unlock;
/*