Commit 194869db authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman

staging: comedi: das08.c: reformat remaining comments

Use the preferred style for block comments.  Squash double spaces after
the comment opening sequence for single-line comments.
Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
Reviewed-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 66774ce6
...@@ -354,7 +354,8 @@ int das08_common_attach(struct comedi_device *dev, unsigned long iobase) ...@@ -354,7 +354,8 @@ int das08_common_attach(struct comedi_device *dev, unsigned long iobase)
/* ai */ /* ai */
if (thisboard->ai_nbits) { if (thisboard->ai_nbits) {
s->type = COMEDI_SUBD_AI; s->type = COMEDI_SUBD_AI;
/* XXX some boards actually have differential /*
* XXX some boards actually have differential
* inputs instead of single ended. * inputs instead of single ended.
* The driver does nothing with arefs though, * The driver does nothing with arefs though,
* so it's no big deal. * so it's no big deal.
......
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