From: Ruiqi Gong Date: Thu, 25 Mar 2021 06:38:11 +0000 (-0400) Subject: f2fs: fix a typo in inode.c X-Git-Tag: microblaze-v5.14~55^2~19 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=2c718feead3533647a061501122457a16a355736;p=linux-2.6-microblaze.git f2fs: fix a typo in inode.c Do a trivial typo fix. s/runing/running Reported-by: Hulk Robot Signed-off-by: Ruiqi Gong Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- 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)