Staging: comedi: kcomedilib: Fixed a typo
authorGustavo A. R. Silva <silvagustavosilva@gmail.com>
Sun, 11 Jan 2015 21:46:26 +0000 (15:46 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 22:33:24 +0000 (14:33 -0800)
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>
drivers/staging/comedi/kcomedilib/kcomedilib_main.c

index 8777f958c04145e2a9228918a35c89518393bfb5..973f544e85e1aaa5f457c7fe79735d2feae50189 100644 (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;
        }
This page took 0.025953 seconds and 5 git commands to generate.