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

Alessandro Zucchelli posted 3 patches 2 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1719308599.git.alessandro.zucchelli@bugseng.com
xen/common/kernel.c     | 5 +++--
xen/common/softirq.c    | 3 ++-
xen/include/xen/event.h | 8 +++++---
3 files changed, 10 insertions(+), 6 deletions(-)
[PATCH 0/3] address violation of MISRA C Rule 13.6
Posted by Alessandro Zucchelli 2 months, 2 weeks ago
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(-)

-- 
2.34.1