* [PATCH] f2fs: fix typos
@ 2024-10-27 14:06 Andrew Kreimer
2024-10-29 1:06 ` Chao Yu
2024-11-07 20:30 ` [f2fs-dev] " patchwork-bot+f2fs
0 siblings, 2 replies; 3+ messages in thread
From: Andrew Kreimer @ 2024-10-27 14:06 UTC (permalink / raw)
To: Jaegeuk Kim, Chao Yu
Cc: linux-f2fs-devel, linux-kernel, kernel-janitors, Andrew Kreimer
Fix typos: datas -> data.
Via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
fs/f2fs/debug.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c
index 546b8ba91261..9dfb577d695b 100644
--- a/fs/f2fs/debug.c
+++ b/fs/f2fs/debug.c
@@ -598,9 +598,9 @@ static int stat_show(struct seq_file *s, void *v)
si->ndirty_node, si->node_pages);
seq_printf(s, " - dents: %4d in dirs:%4d (%4d)\n",
si->ndirty_dent, si->ndirty_dirs, si->ndirty_all);
- seq_printf(s, " - datas: %4d in files:%4d\n",
+ seq_printf(s, " - data: %4d in files:%4d\n",
si->ndirty_data, si->ndirty_files);
- seq_printf(s, " - quota datas: %4d in quota files:%4d\n",
+ seq_printf(s, " - quota data: %4d in quota files:%4d\n",
si->ndirty_qdata, si->nquota_files);
seq_printf(s, " - meta: %4d in %4d\n",
si->ndirty_meta, si->meta_pages);
--
2.47.0.149.g3e3ac46130
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] f2fs: fix typos
2024-10-27 14:06 [PATCH] f2fs: fix typos Andrew Kreimer
@ 2024-10-29 1:06 ` Chao Yu
2024-11-07 20:30 ` [f2fs-dev] " patchwork-bot+f2fs
1 sibling, 0 replies; 3+ messages in thread
From: Chao Yu @ 2024-10-29 1:06 UTC (permalink / raw)
To: Andrew Kreimer, Jaegeuk Kim
Cc: Chao Yu, linux-f2fs-devel, linux-kernel, kernel-janitors
On 2024/10/27 22:06, Andrew Kreimer wrote:
> Fix typos: datas -> data.
>
> Via codespell.
>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Thanks,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [f2fs-dev] [PATCH] f2fs: fix typos
2024-10-27 14:06 [PATCH] f2fs: fix typos Andrew Kreimer
2024-10-29 1:06 ` Chao Yu
@ 2024-11-07 20:30 ` patchwork-bot+f2fs
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+f2fs @ 2024-11-07 20:30 UTC (permalink / raw)
To: Andrew Kreimer
Cc: jaegeuk, chao, kernel-janitors, linux-kernel, linux-f2fs-devel
Hello:
This patch was applied to jaegeuk/f2fs.git (dev)
by Jaegeuk Kim <jaegeuk@kernel.org>:
On Sun, 27 Oct 2024 16:06:08 +0200 you wrote:
> Fix typos: datas -> data.
>
> Via codespell.
>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> ---
> fs/f2fs/debug.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Here is the summary with links:
- [f2fs-dev] f2fs: fix typos
https://git.kernel.org/jaegeuk/f2fs/c/e63ce120b41a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-07 20:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-27 14:06 [PATCH] f2fs: fix typos Andrew Kreimer
2024-10-29 1:06 ` Chao Yu
2024-11-07 20:30 ` [f2fs-dev] " patchwork-bot+f2fs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox