linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] f2fs/checkpoint: fix a spacing coding style
@ 2021-02-19 12:46 jiahao
  2021-02-20  1:55 ` [f2fs-dev] " Chao Yu
  0 siblings, 1 reply; 2+ messages in thread
From: jiahao @ 2021-02-19 12:46 UTC (permalink / raw)
  To: jaegeuk, chao, jiahao; +Cc: linux-f2fs-devel, linux-kernel

Add a space before the plus.

Signed-off-by: jiahao <jiahao@xiaomi.com>
---
 fs/f2fs/checkpoint.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c
index 897edb7..26dbefd 100644
--- a/fs/f2fs/checkpoint.c
+++ b/fs/f2fs/checkpoint.c
@@ -1456,7 +1456,7 @@ static int do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc)
 			orphan_blocks);
 
 	if (__remain_node_summaries(cpc->reason))
-		ckpt->cp_pack_total_block_count = cpu_to_le32(F2FS_CP_PACKS+
+		ckpt->cp_pack_total_block_count = cpu_to_le32(F2FS_CP_PACKS +
 				cp_payload_blks + data_sum_blocks +
 				orphan_blocks + NR_CURSEG_NODE_TYPE);
 	else
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [f2fs-dev] [PATCH] f2fs/checkpoint: fix a spacing coding style
  2021-02-19 12:46 [PATCH] f2fs/checkpoint: fix a spacing coding style jiahao
@ 2021-02-20  1:55 ` Chao Yu
  0 siblings, 0 replies; 2+ messages in thread
From: Chao Yu @ 2021-02-20  1:55 UTC (permalink / raw)
  To: jiahao, jaegeuk, chao, jiahao; +Cc: linux-kernel, linux-f2fs-devel

On 2021/2/19 20:46, jiahao wrote:
> Add a space before the plus.
> 
> Signed-off-by: jiahao <jiahao@xiaomi.com>

Reviewed-by: Chao Yu <yuchao0@huawei.com>

Thanks,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-20  1:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19 12:46 [PATCH] f2fs/checkpoint: fix a spacing coding style jiahao
2021-02-20  1:55 ` [f2fs-dev] " Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).