From 1a8c76b0dd474a36897be04847bd941ba231e53e Mon Sep 17 00:00:00 2001 From: Oliver Anderson Date: Thu, 28 May 2026 15:32:47 +0200 Subject: [PATCH] arch: Fix typo in generate_common_cpuid We fix a pre-existing typo in an info event in the `generate_common_cpuid` function. Signed-off-by: Oliver Anderson On-behalf-of: SAP oliver.anderson@sap.com --- arch/src/x86_64/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/src/x86_64/mod.rs b/arch/src/x86_64/mod.rs index d374b897e..d54674873 100644 --- a/arch/src/x86_64/mod.rs +++ b/arch/src/x86_64/mod.rs @@ -626,7 +626,7 @@ pub fn generate_common_cpuid( } info!( - "Generating guest CPUID for with physical address size: {}", + "Generating guest CPUID with physical address size: {}", config.phys_bits );