UPSTREAM: 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> Bug: 201372112 Change-Id: Ie848ca314462a8093fe94405b260c12b23b663b9 (cherry picked from commit fe6adcce7e297fcb49f40c62df42334690c3f848) Signed-off-by: Huang Jianan <huangjianan@oppo.com>
This commit is contained in:
@@ -936,7 +936,7 @@ static int z_erofs_decompress_pcluster(struct super_block *sb,
|
|||||||
}, pagepool);
|
}, pagepool);
|
||||||
|
|
||||||
out:
|
out:
|
||||||
/* must handle all compressed pages before endding pages */
|
/* must handle all compressed pages before ending pages */
|
||||||
for (i = 0; i < clusterpages; ++i) {
|
for (i = 0; i < clusterpages; ++i) {
|
||||||
page = compressed_pages[i];
|
page = compressed_pages[i];
|
||||||
|
|
||||||
|
@@ -443,7 +443,7 @@ int z_erofs_map_blocks_iter(struct inode *inode,
|
|||||||
m.delta[0] = 1;
|
m.delta[0] = 1;
|
||||||
fallthrough;
|
fallthrough;
|
||||||
case Z_EROFS_VLE_CLUSTER_TYPE_NONHEAD:
|
case Z_EROFS_VLE_CLUSTER_TYPE_NONHEAD:
|
||||||
/* get the correspoinding first chunk */
|
/* get the corresponding first chunk */
|
||||||
err = z_erofs_extent_lookback(&m, m.delta[0]);
|
err = z_erofs_extent_lookback(&m, m.delta[0]);
|
||||||
if (err)
|
if (err)
|
||||||
goto unmap_out;
|
goto unmap_out;
|
||||||
|
Reference in New Issue
Block a user