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: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
624e6446da
commit
a95b7ccf59
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user