USB: iowarrior: fix spelling mistake in comment

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Rahul Bedarkar 2013-12-30 20:00:54 +05:30 committed by Greg Kroah-Hartman
parent 619c43543a
commit f38f1418f9

View 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 {