Staging: comedi: kcomedilib: Fixed a typo

Fixed a typo in kcomedilib_main.c file.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Gustavo A. R. Silva 2015-01-11 15:46:26 -06:00 committed by Greg Kroah-Hartman
parent a7f0ce8e5d
commit 53d484b18f
1 changed files with 1 additions and 1 deletions

View File

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