]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
fuse: remove stray newline in fuse_dev_do_read()
authorJoanne Koong <joannelkoong@gmail.com>
Fri, 6 Mar 2026 01:05:24 +0000 (17:05 -0800)
committerMiklos Szeredi <mszeredi@redhat.com>
Mon, 15 Jun 2026 12:06:20 +0000 (14:06 +0200)
Remove stray newline that shouldn't be there.

Signed-off-by: Joanne Koong <joannelkoong@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dev.c

index d09cddd68e0350b6b5dc586b82719b223c6e54d2..4405b956c11596b9d08c833f244adb35fe26d71f 100644 (file)
@@ -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);