Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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;