mbox series

[0/3] address violation of MISRA C Rule 13.6

Message ID cover.1719308599.git.alessandro.zucchelli@bugseng.com (mailing list archive)
Headers show
Series address violation of MISRA C Rule 13.6 | expand

Message

Alessandro Zucchelli June 25, 2024, 10:14 a.m. UTC
This series aims to address several violations of Rule 13.6 which states the
following: The operand of the `sizeof' operator shall not contain any expression
which has potential side effects.

Alessandro Zucchelli (3):
  common/kernel: address violation of MISRA C Rule 13.6
  xen/event: address violation of MISRA C Rule 13.6
  common/softirq: address violation of MISRA C Rule 13.6

 xen/common/kernel.c     | 5 +++--
 xen/common/softirq.c    | 3 ++-
 xen/include/xen/event.h | 8 +++++---
 3 files changed, 10 insertions(+), 6 deletions(-)