Commit 8aeec82f authored by Chase Southwood's avatar Chase Southwood Committed by Greg Kroah-Hartman

staging: comedi: hwdrv_apci3120: add a blank line after declarations

Signed-off-by: default avatarChase Southwood <chase.southwood@gmail.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 93093cad
...@@ -1008,6 +1008,7 @@ static int apci3120_cyclic_ai(int mode, ...@@ -1008,6 +1008,7 @@ static int apci3120_cyclic_ai(int mode,
} else { } else {
/* If DMA Enabled */ /* If DMA Enabled */
unsigned int scan_bytes = cmd->scan_end_arg * sizeof(short); unsigned int scan_bytes = cmd->scan_end_arg * sizeof(short);
devpriv->b_InterruptMode = APCI3120_DMA_MODE; devpriv->b_InterruptMode = APCI3120_DMA_MODE;
/* Disables the EOC, EOS interrupt */ /* Disables the EOC, EOS interrupt */
......
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