diff options
author | Ruiqi Gong <gongruiqi1@huawei.com> | 2021-03-31 12:39:20 +0300 |
---|---|---|
committer | Gao Xiang <hsiangkao@redhat.com> | 2021-04-03 07:23:47 +0300 |
commit | fe6adcce7e297fcb49f40c62df42334690c3f848 (patch) | |
tree | 7f6dafe52a0411d10dfc32d7cac126f378ab799a /fs/erofs/zdata.c | |
parent | 14373711dd54be8a84e2f4f624bc58787f80cfbd (diff) | |
download | linux-fe6adcce7e297fcb49f40c62df42334690c3f848.tar.xz |
erofs: Clean up spelling mistakes found in fs/erofs
zmap.c: s/correspoinding/corresponding
zdata.c: s/endding/ending
Link: https://lore.kernel.org/r/20210331093920.31923-1-gongruiqi1@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ruiqi Gong <gongruiqi1@huawei.com>
Reviewed-by: Gao Xiang <hsiangkao@redhat.com>
Signed-off-by: Gao Xiang <hsiangkao@redhat.com>
Diffstat (limited to 'fs/erofs/zdata.c')
-rw-r--r-- | fs/erofs/zdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/erofs/zdata.c b/fs/erofs/zdata.c index cd9b76216925..4226f4115981 100644 --- a/fs/erofs/zdata.c +++ b/fs/erofs/zdata.c @@ -933,7 +933,7 @@ static int z_erofs_decompress_pcluster(struct super_block *sb, }, pagepool); out: - /* must handle all compressed pages before endding pages */ + /* must handle all compressed pages before ending pages */ for (i = 0; i < clusterpages; ++i) { page = compressed_pages[i]; |