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:
parent
f61b57a40d
commit
98039f8ac2
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue