From: Joanne Koong Date: Fri, 6 Mar 2026 01:05:24 +0000 (-0800) Subject: fuse: remove stray newline in fuse_dev_do_read() X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ca4b8b32e511654d5bb89da6c3d850f541e789e;p=thirdparty%2Fkernel%2Fstable.git fuse: remove stray newline in fuse_dev_do_read() Remove stray newline that shouldn't be there. Signed-off-by: Joanne Koong Signed-off-by: Miklos Szeredi --- diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index d09cddd68e03..4405b956c115 100644 --- a/fs/fuse/dev.c +++ b/fs/fuse/dev.c @@ -1605,7 +1605,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);