提交 77a574ec 编写于 作者: I Ian Abbott 提交者: Greg Kroah-Hartman

staging: comedi: daqboard2000: use usual block comment style

Reformat one of the block comments to conform to the usual style (it's
the only one that doesn't).
Signed-off-by: NIan Abbott <abbotti@mev.co.uk>
Reviewed-by: NH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 269452dc
...@@ -359,10 +359,12 @@ static int daqboard2000_ai_insn_read(struct comedi_device *dev, ...@@ -359,10 +359,12 @@ static int daqboard2000_ai_insn_read(struct comedi_device *dev,
gain = CR_RANGE(insn->chanspec); gain = CR_RANGE(insn->chanspec);
chan = CR_CHAN(insn->chanspec); chan = CR_CHAN(insn->chanspec);
/* This doesn't look efficient. I decided to take the conservative /*
* This doesn't look efficient. I decided to take the conservative
* approach when I did the insn conversion. Perhaps it would be * approach when I did the insn conversion. Perhaps it would be
* better to have broken it completely, then someone would have been * better to have broken it completely, then someone would have been
* forced to fix it. --ds */ * forced to fix it. --ds
*/
for (i = 0; i < insn->n; i++) { for (i = 0; i < insn->n; i++) {
setup_sampling(dev, chan, gain); setup_sampling(dev, chan, gain);
/* Enable reading from the scanlist FIFO */ /* Enable reading from the scanlist FIFO */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册