On 19/07/2023 09:24, Federico Serafini wrote:
Give a name to unnamed parameters thus fixing violations of
MISRA C:2012 Rule 8.2 ("Function types shall be in prototype form with
named parameters").
Keep consistency between parameter names used in function declarations
and names used in the corresponding function definitions thus fixing
violations of MISRA C:2012 Rule 8.3 ("All declarations of an object or
function shall use the same names and type qualifiers").

Signed-off-by: Federico Serafini <federico.seraf...@bugseng.com>
---
  xen/arch/x86/include/asm/hvm/emulate.h |  8 ++++----
  xen/arch/x86/include/asm/hvm/io.h      | 14 +++++++-------
  2 files changed, 11 insertions(+), 11 deletions(-)


Reviewed-by: Paul Durrant <p...@xen.org>


Reply via email to