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

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

Fix this 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 4318d1d3
...@@ -616,6 +616,7 @@ static int pci1760_mbxrequest(struct comedi_device *dev, ...@@ -616,6 +616,7 @@ static int pci1760_mbxrequest(struct comedi_device *dev,
} }
if (inb(dev->iobase + IMB2) == omb[2]) { if (inb(dev->iobase + IMB2) == omb[2]) {
int retval; int retval;
retval = pci1760_clear_imb2(dev); retval = pci1760_clear_imb2(dev);
if (retval < 0) if (retval < 0)
return retval; return retval;
......
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