summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuiqi Gong <gongruiqi1@huawei.com>2021-03-25 02:38:11 -0400
committerJaegeuk Kim <jaegeuk@kernel.org>2021-03-26 10:27:44 -0700
commit2c718feead3533647a061501122457a16a355736 (patch)
tree352d3d17e890ebab7b450429268f6f8cfa5577f5
parentd6d2b491a82e1e411a6766fbfb87c697d8701554 (diff)
downloadlinux-stable-2c718feead3533647a061501122457a16a355736.tar.gz
linux-stable-2c718feead3533647a061501122457a16a355736.tar.bz2
linux-stable-2c718feead3533647a061501122457a16a355736.zip
f2fs: fix a typo in inode.c
Do a trivial typo fix. s/runing/running Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Ruiqi Gong <gongruiqi1@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r--fs/f2fs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/inode.c b/fs/f2fs/inode.c
index 349d9cb933ee..5d2253d53f17 100644
--- a/fs/f2fs/inode.c
+++ b/fs/f2fs/inode.c
@@ -698,7 +698,7 @@ int f2fs_write_inode(struct inode *inode, struct writeback_control *wbc)
/*
* We need to balance fs here to prevent from producing dirty node pages
- * during the urgent cleaning time when runing out of free sections.
+ * during the urgent cleaning time when running out of free sections.
*/
f2fs_update_inode_page(inode);
if (wbc && wbc->nr_to_write)