[PATCH 0/2] cppcheck rule 20.7 fixes

Luca Fancellu posted 2 patches 1 year, 4 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20221221095742.54859-1-luca.fancellu@arm.com
xen/include/public/errno.h  | 2 +-
xen/include/public/memory.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] cppcheck rule 20.7 fixes
Posted by Luca Fancellu 1 year, 4 months ago
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(-)

-- 
2.17.1