Commit 45868b3a98605172ebe6367f602dca347e1d2904

Authored by Rahul Bedarkar
Committed by Greg Kroah-Hartman
1 parent 3fb4c07a52

USB: misc: idmouse: correct spelling mistake in error string

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/usb/misc/idmouse.c
... ... @@ -386,7 +386,7 @@
386 386 result = usb_register_dev(interface, &idmouse_class);
387 387 if (result) {
388 388 /* something prevented us from registering this device */
389   - dev_err(&interface->dev, "Unble to allocate minor number.\n");
  389 + dev_err(&interface->dev, "Unable to allocate minor number.\n");
390 390 usb_set_intfdata(interface, NULL);
391 391 idmouse_delete(dev);
392 392 return result;