提交 53d484b1 编写于 作者: G Gustavo A. R. Silva 提交者: Greg Kroah-Hartman

Staging: comedi: kcomedilib: Fixed a typo

Fixed a typo in kcomedilib_main.c file.
Signed-off-by: NGustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a7f0ce8e
......@@ -95,7 +95,7 @@ static int comedi_do_insn(struct comedi_device *dev,
if (s->type == COMEDI_SUBD_UNUSED) {
dev_err(dev->class_dev,
"%d not useable subdevice\n", insn->subdev);
"%d not usable subdevice\n", insn->subdev);
ret = -EIO;
goto error;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册