Commit a95b7ccf authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: ni_at_a2150: checkpatch.pl cleanup (missing blank line)

Fix the checkpatch.pl warning:

WARNING: Missing a blank line after declarations
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 624e6446
...@@ -690,6 +690,7 @@ static int a2150_set_chanlist(struct comedi_device *dev, ...@@ -690,6 +690,7 @@ static int a2150_set_chanlist(struct comedi_device *dev,
static int a2150_probe(struct comedi_device *dev) static int a2150_probe(struct comedi_device *dev)
{ {
int status = inw(dev->iobase + STATUS_REG); int status = inw(dev->iobase + STATUS_REG);
return ID_BITS(status); return ID_BITS(status);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment