mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 16:25:42 -04:00
staging: comedi: dt9812: checkpatch.pl cleanup (missing blank line)
Fix 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:
committed by
Greg Kroah-Hartman
parent
f61b57a40d
commit
98039f8ac2
@@ -653,6 +653,7 @@ static int dt9812_find_endpoints(struct comedi_device *dev)
|
||||
|
||||
for (i = 0; i < host->desc.bNumEndpoints; ++i) {
|
||||
int dir = -1;
|
||||
|
||||
ep = &host->endpoint[i].desc;
|
||||
switch (i) {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user