USB: iowarrior: fix spelling mistake in comment
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Mon, 30 Dec 2013 14:30:54 +0000 (20:00 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Jan 2014 20:37:57 +0000 (12:37 -0800)
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/iowarrior.c

index d36f34e25bed516db48e16790dd20fd3e8017b1e..367725c9560e2e17d07881510a45d1c72c3f85ea 100644 (file)
@@ -300,7 +300,7 @@ static ssize_t iowarrior_read(struct file *file, char __user *buffer,
        do {
                atomic_set(&dev->overflow_flag, 0);
                if ((read_idx = read_index(dev)) == -1) {
-                       /* queue emty */
+                       /* queue empty */
                        if (file->f_flags & O_NONBLOCK)
                                return -EAGAIN;
                        else {