]>
xen: Rename bootmodule{,s} to boot_module{,s}
authorAlejandro Vallejo <agarciav@amd.com>
Tue, 24 Jun 2025 12:54:58 +0000 (14:54 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 24 Jun 2025 12:54:58 +0000 (14:54 +0200)
commit1671619181ba424aeadf5072bc2130baf7be26f4
tree0c92f9e0c92034315403688020eccaf59c583908
parenteea7d98d1c653f35b40f5fd4d38a19ae8e21e8bd
xen: Rename bootmodule{,s} to boot_module{,s}

... in alignment with the new coding style on word splitting for type
names.

This aligns its name with the largely duplicate boot_module struct
in x86. While there's no equivalent to "struct bootmodules" in x86,
changing one and not the other is just confusing. Same with various
comments and function names.

Rather than making a long subfield name even longer, remove the
_bootmodule suffix in the kernel, initrd and dtb subfields.

Not a functional change.

Signed-off-by: Alejandro Vallejo <agarciav@amd.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-By: Daniel P. Smith <dpsmith@apertussolutions.com>
14 files changed:
xen/arch/arm/domain_build.c
xen/arch/arm/efi/efi-boot.h
xen/arch/arm/kernel.c
xen/arch/arm/llc-coloring.c
xen/arch/arm/mmu/setup.c
xen/arch/arm/setup.c
xen/common/device-tree/bootfdt.c
xen/common/device-tree/bootinfo.c
xen/common/device-tree/dom0less-build.c
xen/common/device-tree/domain-build.c
xen/common/device-tree/kernel.c
xen/include/xen/bootfdt.h
xen/include/xen/fdt-kernel.h
xen/xsm/xsm_policy.c