fuse: remove stray newline in fuse_dev_do_read()

Remove stray newline that shouldn't be there.

Signed-off-by: Joanne Koong <joannelkoong@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
Joanne Koong 2026-03-05 17:05:24 -08:00 committed by Miklos Szeredi
parent 521fed4886
commit 1ca4b8b32e

View 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);