USB: misc: idmouse: correct spelling mistake in error string
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Thu, 2 Jan 2014 13:55:50 +0000 (19:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Jan 2014 20:39:31 +0000 (12:39 -0800)
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/idmouse.c

index ce978384fda140bddd6434212fa206bee8554be6..49235bdec94aba5aae9e3e68b85f37bdc6baaaf4 100644 (file)
@@ -386,7 +386,7 @@ static int idmouse_probe(struct usb_interface *interface,
        result = usb_register_dev(interface, &idmouse_class);
        if (result) {
                /* something prevented us from registering this device */
-               dev_err(&interface->dev, "Unble to allocate minor number.\n");
+               dev_err(&interface->dev, "Unable to allocate minor number.\n");
                usb_set_intfdata(interface, NULL);
                idmouse_delete(dev);
                return result;