Commit 321c799c authored by Jakub Jedelsky's avatar Jakub Jedelsky Committed by Greg Kroah-Hartman

staging: comedi: Align the * on block comments

Block comments should align the * on each line as reported by checkpatch
Signed-off-by: default avatarJakub Jedelsky <jakub.jedelsky@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 06e0f0f0
...@@ -248,8 +248,8 @@ static void cb_pcidda_write_caldac(struct comedi_device *dev, ...@@ -248,8 +248,8 @@ static void cb_pcidda_write_caldac(struct comedi_device *dev,
cb_pcidda_serial_out(dev, value, num_caldac_bits); cb_pcidda_serial_out(dev, value, num_caldac_bits);
/* /*
* latch stream into appropriate caldac deselect reference dac * latch stream into appropriate caldac deselect reference dac
*/ */
cal2_bits = DESELECT_REF_DAC_BIT | DUMMY_BIT; cal2_bits = DESELECT_REF_DAC_BIT | DUMMY_BIT;
/* deactivate caldacs (one caldac for every two channels) */ /* deactivate caldacs (one caldac for every two channels) */
for (i = 0; i < max_num_caldacs; i++) for (i = 0; i < max_num_caldacs; i++)
......
...@@ -837,7 +837,7 @@ static int mite_setup(struct comedi_device *dev, struct mite *mite, ...@@ -837,7 +837,7 @@ static int mite_setup(struct comedi_device *dev, struct mite *mite,
* of 0x61f and bursts worked. 6281 powered up with register value of * of 0x61f and bursts worked. 6281 powered up with register value of
* 0x1f and bursts didn't work. The NI windows driver reads the * 0x1f and bursts didn't work. The NI windows driver reads the
* register, then does a bitwise-or of 0x600 with it and writes it back. * register, then does a bitwise-or of 0x600 with it and writes it back.
* *
* The bits 0x90180700 in MITE_UNKNOWN_DMA_BURST_REG can be * The bits 0x90180700 in MITE_UNKNOWN_DMA_BURST_REG can be
* written and read back. The bits 0x1f always read as 1. * written and read back. The bits 0x1f always read as 1.
* The rest always read as zero. * The rest always read as zero.
......
...@@ -771,9 +771,9 @@ static int pcl818_ai_cancel(struct comedi_device *dev, ...@@ -771,9 +771,9 @@ static int pcl818_ai_cancel(struct comedi_device *dev,
s->async->scans_done < cmd->stop_arg)) { s->async->scans_done < cmd->stop_arg)) {
if (!devpriv->ai_cmd_canceled) { if (!devpriv->ai_cmd_canceled) {
/* /*
* Wait for running dma transfer to end, * Wait for running dma transfer to end,
* do cleanup in interrupt. * do cleanup in interrupt.
*/ */
devpriv->ai_cmd_canceled = 1; devpriv->ai_cmd_canceled = 1;
return 0; return 0;
} }
......
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