mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
comedi: fix typo
This commit is contained in:
parent
7936b0f626
commit
7a3abc706e
1 changed files with 2 additions and 2 deletions
|
@ -226,7 +226,7 @@ static int comedi_start_in(struct node *n)
|
|||
if (ret < 0)
|
||||
error("Invalid command for input subdevice of node '%s'", node_name(n));
|
||||
|
||||
info("Input command:")
|
||||
info("Input command:");
|
||||
comedi_dump_cmd(&cmd, 1);
|
||||
|
||||
ret = comedi_command(c->dev, &cmd);
|
||||
|
@ -318,7 +318,7 @@ static int comedi_start_out(struct node *n)
|
|||
if (ret < 0)
|
||||
error("Invalid command for input subdevice of node '%s'", node_name(n));
|
||||
|
||||
info("Output command:")
|
||||
info("Output command:");
|
||||
comedi_dump_cmd(&cmd, 1);
|
||||
|
||||
ret = comedi_command(c->dev, &cmd);
|
||||
|
|
Loading…
Add table
Reference in a new issue