1
0
Fork 0
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:
Steffen Vogel 2018-07-16 20:26:09 +02:00
parent 7936b0f626
commit 7a3abc706e

View file

@ -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);