staging: comedi: pcmuio: fix the last > 80 char line warning
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 4 Jun 2013 01:04:33 +0000 (18:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jun 2013 22:33:33 +0000 (15:33 -0700)
Fix the last checkpatch.pl warning in this file.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/pcmuio.c

index d73b491d3a3fb28c53ed1fb4ff9845e9f060668b..9a560a36f1f512e4cc50689e20ebe78fad634d7c 100644 (file)
@@ -831,7 +831,8 @@ static int pcmuio_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 
                /* save the ioport address for each 'port' of 8 channels in the
                   subdevice */
-               for (byte_no = 0; byte_no < PORTS_PER_SUBDEV; ++byte_no, ++port) {
+               for (byte_no = 0; byte_no < PORTS_PER_SUBDEV;
+                    ++byte_no, ++port) {
                        if (port >= PORTS_PER_ASIC) {
                                port = 0;
                                ++asic;