diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-04 09:46:17 +0800 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2021-06-22 09:15:36 +0200 |
commit | c4e0cd4e0c16544ff0afecf07a5fe17de6077233 (patch) | |
tree | b0721a072331b32eb3f9c0c480e3d1c3fa508be3 /fs/fuse/file.c | |
parent | 6c88632be3827899953d9bc2260da378394007b7 (diff) | |
download | linux-c4e0cd4e0c16544ff0afecf07a5fe17de6077233.tar.bz2 |
virtiofs: Fix spelling mistakes
Fix some spelling mistakes in comments:
refernce ==> reference
happnes ==> happens
threhold ==> threshold
splitted ==> split
mached ==> matched
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/fuse/file.c')
-rw-r--r-- | fs/fuse/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/file.c b/fs/fuse/file.c index 3f6ba68dfbbc..46ddc46b42c0 100644 --- a/fs/fuse/file.c +++ b/fs/fuse/file.c @@ -645,7 +645,7 @@ static ssize_t fuse_get_res_by_io(struct fuse_io_priv *io) * == bytes_transferred or rw == WRITE, the caller sets 'pos' to -1. * * An example: - * User requested DIO read of 64K. It was splitted into two 32K fuse requests, + * User requested DIO read of 64K. It was split into two 32K fuse requests, * both submitted asynchronously. The first of them was ACKed by userspace as * fully completed (req->out.args[0].size == 32K) resulting in pos == -1. The * second request was ACKed as short, e.g. only 1K was read, resulting in |