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

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

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