From: Conrad Gomes Date: Thu, 21 Nov 2013 19:57:53 +0000 (+0530) Subject: Staging: comedi: fix line over 80 character warning in unioxx5.c X-Git-Tag: v3.14-rc1~13^2~781 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2e9cf8489bebc414fbaeee9496656edf6ab57f64;p=uclinux-h8%2Flinux.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/unioxx5.c b/drivers/staging/comedi/drivers/unioxx5.c index 725595f0ff6e..2b1ece8fd877 100644 --- a/drivers/staging/comedi/drivers/unioxx5.c +++ b/drivers/staging/comedi/drivers/unioxx5.c @@ -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);