]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PCI: endpoint: Rename 'epf_bar::aligned_size' to 'epf_bar:mem_size'
authorFrank Li <Frank.Li@nxp.com>
Wed, 15 Oct 2025 15:27:28 +0000 (11:27 -0400)
committerManivannan Sadhasivam <mani@kernel.org>
Mon, 27 Oct 2025 14:23:53 +0000 (19:53 +0530)
commit483768846d66c04354898f00bcdaad58a3763be2
tree9c97c394147760453fbb6f9818975fb39db4993a
parent25423cda145f9ed6ee4a72d9f2603ac2a4685e74
PCI: endpoint: Rename 'epf_bar::aligned_size' to 'epf_bar:mem_size'

Rename the member 'epf_bar::aligned_size' to 'epf_bar::mem_size' to better
reflect its purpose. 'aligned_size' was misleading, as it actually
represents the backing memory size allocated for the BAR rather than the
aligned size.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
Link: https://patch.msgid.link/20251015-vntb_msi_doorbell-v6-1-9230298b1910@nxp.com
drivers/pci/endpoint/pci-epf-core.c
include/linux/pci-epf.h