staging: comedi: ni_at_a2150: checkpatch.pl cleanup (missing blank line)
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 16 Jul 2014 18:02:03 +0000 (11:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jul 2014 20:37:19 +0000 (13:37 -0700)
Fix the 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/ni_at_a2150.c

index a862dc33444b70992e51cd9b8009329e27326412..465c729ee68531d0568abd6d9fe70d33dc264de6 100644 (file)
@@ -690,6 +690,7 @@ static int a2150_set_chanlist(struct comedi_device *dev,
 static int a2150_probe(struct comedi_device *dev)
 {
        int status = inw(dev->iobase + STATUS_REG);
+
        return ID_BITS(status);
 }