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

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

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



Fix 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 f61b57a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -653,6 +653,7 @@ static int dt9812_find_endpoints(struct comedi_device *dev)


	for (i = 0; i < host->desc.bNumEndpoints; ++i) {
	for (i = 0; i < host->desc.bNumEndpoints; ++i) {
		int dir = -1;
		int dir = -1;

		ep = &host->endpoint[i].desc;
		ep = &host->endpoint[i].desc;
		switch (i) {
		switch (i) {
		case 0:
		case 0: