All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Address violations of MISRA C:2012 Rule 5.3
@ 2024-06-14 16:12 Alessandro Zucchelli
  2024-06-14 16:12 ` [PATCH 1/2] x86/mm address " Alessandro Zucchelli
  2024-06-14 16:12 ` [PATCH 2/2] x86/e820 " Alessandro Zucchelli
  0 siblings, 2 replies; 5+ messages in thread
From: Alessandro Zucchelli @ 2024-06-14 16:12 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Alessandro Zucchelli, Jan Beulich, Andrew Cooper,
	Roger Pau Monné

This addresses violations of MISRA C:2012 Rule 5.3 which states as
following: An identifier declared in an inner scope shall not hide an
identifier declared in an outer scope.

In this series are modified files x86/mm.c and x86/e820.c in which occurred
instances of variable names shadowing a global variable; these patches are aimed
to remove said occurrences leading to partial compliance under MISRA C:2012
Rule 5.3.

No functional change.

Alessandro Zucchelli (2):
  x86/mm address violations of MISRA C:2012 Rule 5.3
  x86/e820 address violations of MISRA C:2012 Rule 5.3

 xen/arch/x86/e820.c | 74 ++++++++++++++++++++++-----------------------
 xen/arch/x86/mm.c   | 12 ++++----
 2 files changed, 43 insertions(+), 43 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-17 13:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14 16:12 [PATCH 0/2] Address violations of MISRA C:2012 Rule 5.3 Alessandro Zucchelli
2024-06-14 16:12 ` [PATCH 1/2] x86/mm address " Alessandro Zucchelli
2024-06-17 13:54   ` Jan Beulich
2024-06-14 16:12 ` [PATCH 2/2] x86/e820 " Alessandro Zucchelli
2024-06-17 13:59   ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.