OSDN Git Service

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 8777f95..973f544 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;
        }