Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9996699 authored by Ruiqi Gong's avatar Ruiqi Gong Committed by Gao Xiang
Browse files

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: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarRuiqi Gong <gongruiqi1@huawei.com>
Reviewed-by: default avatarGao Xiang <hsiangkao@redhat.com>
Signed-off-by: default avatarGao Xiang <hsiangkao@redhat.com>
parent 16c99673
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -935,7 +935,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];

+1 −1
Original line number Diff line number Diff line
@@ -442,7 +442,7 @@ int z_erofs_map_blocks_iter(struct inode *inode,
		m.delta[0] = 1;
		/* fallthrough */
	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]);
		if (err)
			goto unmap_out;