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

2021-03-25 Thread Chao Yu
On 2021/3/25 14:38, Ruiqi Gong wrote: Do a trivial typo fix. s/runing/running Reported-by: Hulk Robot Signed-off-by: Ruiqi Gong Reviewed-by: Chao Yu Thanks,

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

2021-03-24 Thread Ruiqi Gong
Do a trivial typo fix. s/runing/running Reported-by: Hulk Robot Signed-off-by: Ruiqi Gong --- 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