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:
committed by
Greg Kroah-Hartman
parent
619c43543a
commit
f38f1418f9
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user