]> git.dujemihanovic.xyz Git - linux.git/commit
xfs: convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Tue, 16 Jul 2024 08:01:12 +0000 (16:01 +0800)
committerChandan Babu R <chandanbabu@kernel.org>
Mon, 29 Jul 2024 04:04:18 +0000 (09:34 +0530)
commit7bf888fa26e8f22bed4bc3965ab2a2953104ff96
treef6d2f1a40711736a71fdf55e89144c6351e7817b
parent8c2263b9231754f341e204124801c60de969298c
xfs: convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Fixes: 178b48d588ea ("xfs: remove the for_each_xbitmap_ helpers")
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/scrub/agheader_repair.c