Commit 3fb4c07a52d7d0bf7d880538c11629e69fc8be2e

Authored by Rahul Bedarkar
Committed by Greg Kroah-Hartman
1 parent 292abc90f2

USB: yurex: fix spelling mistake in comment

fix spelling mistake in comment

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/yurex.c
... ... @@ -464,7 +464,7 @@
464 464 goto error;
465 465  
466 466 mutex_lock(&dev->io_mutex);
467   - if (!dev->interface) { /* alreaday disconnected */
  467 + if (!dev->interface) { /* already disconnected */
468 468 mutex_unlock(&dev->io_mutex);
469 469 retval = -ENODEV;
470 470 goto error;