diff options
author | Jinyoung CHOI <j-young.choi@samsung.com> | 2023-02-06 12:56:00 +0100 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2023-02-07 19:39:28 +0100 |
commit | 146949defda868378992171b9e42318b06fcd482 (patch) | |
tree | 8603dd2e8ce0aa60d083e6f454331c1b5b6985c1 /fs/f2fs/compress.c | |
parent | f2fs: fix kernel crash due to null io->bio (diff) | |
download | linux-146949defda868378992171b9e42318b06fcd482.tar.xz linux-146949defda868378992171b9e42318b06fcd482.zip |
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.c | 2 |
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; |