Re: [PATCH] x86/HVM: tidy _hvm_load_entry() for style

2023-07-31 Thread Stefano Stabellini
On Mon, 31 Jul 2023, Jan Beulich wrote: > The primary goal is to eliminate the Misra-non-compliance of "desc" > shadowing at least the local variable in hvm_load(). Suffix both local > variables with underscores, while also > - dropping leading underscores from parameter names (applying this also

Re: [PATCH] x86/HVM: tidy _hvm_load_entry() for style

2023-07-31 Thread Andrew Cooper
On 31/07/2023 2:31 pm, Jan Beulich wrote: > The primary goal is to eliminate the Misra-non-compliance of "desc" > shadowing at least the local variable in hvm_load(). Suffix both local > variables with underscores, while also > - dropping leading underscores from parameter names (applying this

[PATCH] x86/HVM: tidy _hvm_load_entry() for style

2023-07-31 Thread Jan Beulich
The primary goal is to eliminate the Misra-non-compliance of "desc" shadowing at least the local variable in hvm_load(). Suffix both local variables with underscores, while also - dropping leading underscores from parameter names (applying this also to the two wrapper macros), - correcting