]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: fix spacing style issues in xfs_alloc.c
authorShin Seong-jun <shinsj4653@gmail.com>
Fri, 23 Jan 2026 15:04:32 +0000 (00:04 +0900)
committerCarlos Maiolino <cem@kernel.org>
Thu, 29 Jan 2026 09:57:18 +0000 (10:57 +0100)
commit0ead3b72469e52ca02946b2e5b35fff38bfa061f
tree127d72d560fb7e062ba967cfac5bf13f86dc7d65
parent7da4ebea8332e6b2fb15edc71e5443c15826af49
xfs: fix spacing style issues in xfs_alloc.c

Fix checkpatch.pl errors regarding missing spaces around assignment
operators in xfs_alloc_compute_diff() and xfs_alloc_fixup_trees().

Adhere to the Linux kernel coding style by ensuring spaces are placed
around the assignment operator '='.

Signed-off-by: Shin Seong-jun <shinsj4653@gmail.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/libxfs/xfs_alloc.c