Re: [f2fs-dev] [PATCH] f2fs: Clean up errors in segment.h

2023-10-23 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Fri, 13 Oct 2023 14:45:42 +0800 (GMT+08:00) you wrote: > Fix the following errors reported by checkpatch: > > ERROR: spaces required around that ':' (ctx:VxW) > > Signed-off-by: KaiLong Wang > --- > fs/f2fs/segment.h

Re: [f2fs-dev] [PATCH] f2fs: Clean up errors in segment.h

2023-10-15 Thread Chao Yu
On 2023/10/13 14:45, KaiLong Wang wrote: Fix the following errors reported by checkpatch: ERROR: spaces required around that ':' (ctx:VxW) Signed-off-by: KaiLong Wang Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing list Linux-f2fs-dev

[f2fs-dev] [PATCH] f2fs: Clean up errors in segment.h

2023-10-12 Thread KaiLong Wang
Fix the following errors reported by checkpatch: ERROR: spaces required around that ':' (ctx:VxW) Signed-off-by: KaiLong Wang --- fs/f2fs/segment.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/f2fs/segment.h b/fs/f2fs/segment.h index 2ca8fb5d0dc4..8129be788bd5 1006