2021-03-25 06:27:56

by GONG, Ruiqi

[permalink] [raw]
Subject: [PATCH -next] f2fs: fix a typo in inode.c

Do a trivial typo fix.
s/runing/running

Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Ruiqi Gong <[email protected]>
---
fs/f2fs/inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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)
--
2.17.1


2021-03-26 01:12:05

by Chao Yu

[permalink] [raw]
Subject: Re: [f2fs-dev] [PATCH -next] f2fs: fix a typo in inode.c

On 2021/3/25 14:38, Ruiqi Gong wrote:
> Do a trivial typo fix.
> s/runing/running
>
> Reported-by: Hulk Robot <[email protected]>
> Signed-off-by: Ruiqi Gong <[email protected]>

Reviewed-by: Chao Yu <[email protected]>

Thanks,