Commit f38f1418 authored by Rahul Bedarkar's avatar Rahul Bedarkar Committed by Greg Kroah-Hartman

USB: iowarrior: fix spelling mistake in comment

Signed-off-by: default avatarRahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 619c4354
...@@ -300,7 +300,7 @@ static ssize_t iowarrior_read(struct file *file, char __user *buffer, ...@@ -300,7 +300,7 @@ static ssize_t iowarrior_read(struct file *file, char __user *buffer,
do { do {
atomic_set(&dev->overflow_flag, 0); atomic_set(&dev->overflow_flag, 0);
if ((read_idx = read_index(dev)) == -1) { if ((read_idx = read_index(dev)) == -1) {
/* queue emty */ /* queue empty */
if (file->f_flags & O_NONBLOCK) if (file->f_flags & O_NONBLOCK)
return -EAGAIN; return -EAGAIN;
else { else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment