summaryrefslogtreecommitdiff
path: root/fs/f2fs/compress.c
diff options
context:
space:
mode:
authorJinyoung CHOI <j-young.choi@samsung.com>2023-02-06 14:56:00 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2023-02-07 21:39:28 +0300
commit146949defda868378992171b9e42318b06fcd482 (patch)
tree8603dd2e8ce0aa60d083e6f454331c1b5b6985c1 /fs/f2fs/compress.c
parent267c159f9c7bcb7009dae16889b880c5ed8759a8 (diff)
downloadlinux-146949defda868378992171b9e42318b06fcd482.tar.xz
f2fs: fix typos in comments
This patch is to fix typos in f2fs files. Signed-off-by: Jinyoung Choi <j-young.choi@samsung.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/compress.c')
-rw-r--r--fs/f2fs/compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/compress.c b/fs/f2fs/compress.c
index e4851f7a43d8..b40dec3d7f79 100644
--- a/fs/f2fs/compress.c
+++ b/fs/f2fs/compress.c
@@ -1225,7 +1225,7 @@ static int f2fs_write_compressed_pages(struct compress_ctx *cc,
loff_t psize;
int i, err;
- /* we should bypass data pages to proceed the kworkder jobs */
+ /* we should bypass data pages to proceed the kworker jobs */
if (unlikely(f2fs_cp_error(sbi))) {
mapping_set_error(cc->rpages[0]->mapping, -EIO);
goto out_free;