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

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

staging: comedi: amplc_pc236: 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 c6d94c74
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -515,6 +515,7 @@ static void pc236_detach(struct comedi_device *dev)
		comedi_legacy_detach(dev);
	} else if (is_pci_board(thisboard)) {
		struct pci_dev *pcidev = comedi_to_pci_dev(dev);

		if (dev->irq)
			free_irq(dev->irq, dev);
		comedi_pci_disable(dev);