mbox series

[0/2] cppcheck rule 20.7 fixes

Message ID 20221221095742.54859-1-luca.fancellu@arm.com (mailing list archive)
Headers show
Series cppcheck rule 20.7 fixes | expand

Message

Luca Fancellu Dec. 21, 2022, 9:57 a.m. UTC
In this serie there are some fixes for the rule 20.7.

The analysed build is arm64, to reproduce the reports here the command:

./xen/scripts/xen-analysis.py --cppcheck-misra --run-cppcheck -- CROSS_COMPILE="aarch64-linux-gnu-" XEN_TARGET_ARCH="arm64" O=/path/to/artifacts_folder


Luca Fancellu (2):
  public: misra rule 20.7 fix on errno.h
  public: misra rule 20.7 fix on memory.h

 xen/include/public/errno.h  | 2 +-
 xen/include/public/memory.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)