mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
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:
parent
521fed4886
commit
1ca4b8b32e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user