Remove stray newline that shouldn't be there. Signed-off-by: Joanne Koong --- fs/fuse/dev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index 8a0a541f3fba..585677dfc82c 100644 --- a/fs/fuse/dev.c +++ b/fs/fuse/dev.c @@ -1481,7 +1481,6 @@ static ssize_t fuse_dev_do_read(struct fuse_dev *fud, struct file *file, if (!fpq->connected) { req->out.h.error = err = -ECONNABORTED; goto out_end; - } list_add(&req->list, &fpq->io); spin_unlock(&fpq->lock); -- 2.47.3