[XEN PATCH 0/7] x86: address some violations of MISRA C:2012 Rule 8.2

Federico Serafini posted 7 patches 6 months, 2 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
xen/arch/x86/cpu/mcheck/mcaction.h |  2 +-
xen/arch/x86/cpu/mcheck/mctelem.c  |  2 +-
xen/arch/x86/cpu/mcheck/mctelem.h  | 25 +++++++++++++------------
xen/arch/x86/cpu/mcheck/vmce.h     |  8 ++++----
xen/arch/x86/hpet.c                |  2 +-
xen/arch/x86/include/asm/cpuidle.h | 11 ++++++-----
xen/arch/x86/include/asm/domain.h  | 26 +++++++++++++-------------
xen/arch/x86/include/asm/hpet.h    |  2 +-
xen/arch/x86/include/asm/mtrr.h    | 10 +++++-----
9 files changed, 45 insertions(+), 43 deletions(-)
[XEN PATCH 0/7] x86: address some violations of MISRA C:2012 Rule 8.2
Posted by Federico Serafini 6 months, 2 weeks ago
This patch series addresses some of the violations of Rule 8.2 adding the
missing parameter names.

Federico Serafini (7):
  x86/mctelem: address violations of MISRA C:2012 Rule 8.2
  x86/mtrr: address violation of MISRA C:2012 Rule 8.2
  x86/domain: address violations of MISRA C:2012 Rule 8.2
  x86/cpuidle: address violations of MISRA C:2012 Rule 8.2
  x86/mcaction: address a violation of MISRA C:2012 Rule 8.2
  x86/vmce: address violations of MISRA C:2012 Rule 8.2
  x86/hpet: address violations of MISRA C:2012 Rule 8.2

 xen/arch/x86/cpu/mcheck/mcaction.h |  2 +-
 xen/arch/x86/cpu/mcheck/mctelem.c  |  2 +-
 xen/arch/x86/cpu/mcheck/mctelem.h  | 25 +++++++++++++------------
 xen/arch/x86/cpu/mcheck/vmce.h     |  8 ++++----
 xen/arch/x86/hpet.c                |  2 +-
 xen/arch/x86/include/asm/cpuidle.h | 11 ++++++-----
 xen/arch/x86/include/asm/domain.h  | 26 +++++++++++++-------------
 xen/arch/x86/include/asm/hpet.h    |  2 +-
 xen/arch/x86/include/asm/mtrr.h    | 10 +++++-----
 9 files changed, 45 insertions(+), 43 deletions(-)

-- 
2.34.1