xfs: convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Tue, 9 Jul 2024 07:36:32 +0000 (15:36 +0800)
committerChandan Babu R <chandanbabu@kernel.org>
Mon, 29 Jul 2024 04:02:53 +0000 (09:32 +0530)
commit8c2263b9231754f341e204124801c60de969298c
tree6c470590164eca738049925add160388cc3cf8a7
parentaf5d92f2fad818663da2ce073b6fe15b9d56ffdc
xfs: convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Fixes: 8f4b980ee67f ("xfs: pass the attr value to put_listent when possible")
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/xfs_attr_list.c