staging: comedi: dt2815: checkpatch.pl cleanup (missing blank line)
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 16 Jul 2014 18:01:57 +0000 (11:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jul 2014 20:37:19 +0000 (13:37 -0700)
Fix checkpatch.pl warning:

WARNING: Missing a blank line after declarations

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

index b9ac4ed8babb1e8acabbef4c1953ad0143488ebe..1f321db740a443f0ca6d013f4e494d6ca34cb01b 100644 (file)
@@ -195,6 +195,7 @@ static int dt2815_attach(struct comedi_device *dev, struct comedi_devconfig *it)
                status = inb(dev->iobase + DT2815_STATUS);
                if (status == 4) {
                        unsigned int program;
+
                        program = (it->options[4] & 0x3) << 3 | 0x7;
                        outb(program, dev->iobase + DT2815_DATA);
                        dev_dbg(dev->class_dev, "program: 0x%x (@t=%d)\n",