On 10/17/24 17:39, Andrew Cooper wrote:
On 17/10/2024 6:02 pm, Daniel P. Smith wrote:diff --git a/xen/arch/x86/include/asm/bootinfo.h b/xen/arch/x86/include/asm/bootinfo.h index d19473d8941e..5fe4f1387d03 100644 --- a/xen/arch/x86/include/asm/bootinfo.h +++ b/xen/arch/x86/include/asm/bootinfo.h @@ -17,6 +17,19 @@ struct boot_module { /* Transitionary only */ module_t *mod;Blank line here. I know it falls back out later, but it's very important for legibility to be able to tell at a glance which comment belongs to which item.
Ack. v/r, dps
