Staging: comedi: fix line over 80 character warning in unioxx5.c

This is a patch to fix a line over 80 character warning found by
checkpatch.pl in a comment. The comment was reworded to fix
the warning

Signed-off-by: Conrad Gomes <conrad.s.j.gomes@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Conrad Gomes 2013-11-22 01:27:53 +05:30 committed by Greg Kroah-Hartman
parent 44c5f629f1
commit 2e9cf8489b

View File

@ -437,7 +437,7 @@ static int unioxx5_attach(struct comedi_device *dev,
iobase += UNIOXX5_SUBDEV_BASE;
n_subd = 0;
/* defining number of subdevices and getting they types (it must be 'g01') */
/* getting number of subdevices with types 'g01' */
for (i = 0, ba = iobase; i < 4; i++, ba += UNIOXX5_SUBDEV_ODDS) {
id = inb(ba + 0xE);
num = inb(ba + 0xF);