[PATCH v2 0/3] misra: add Rule 5.5 deviations for macro clashes

Dmytro Prokopchuk1 posted 3 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1783864426.git.dmytro._5Fprokopchuk1@epam.com
.../eclair_analysis/ECLAIR/deviations.ecl     | 12 ++++++++++
docs/misra/deviations.rst                     | 24 +++++++++++++++++++
docs/misra/rules.rst                          | 12 ++++++++++
3 files changed, 48 insertions(+)
[PATCH v2 0/3] misra: add Rule 5.5 deviations for macro clashes
Posted by Dmytro Prokopchuk1 1 week, 4 days ago
This series adds deviations for function/macro name clashes where
the macro is used as a wrapper around an existing function name.

Changes in v2:
- remove much details from deviations.ecl file
- use word "deliberate" in descriptions
- append "()" to function to avoid mixing style

Dmytro Prokopchuk (3):
  misra: deviate MISRA C Rule 5.5 for 'hypfs_alloc_dyndata()'
  misra: deviate MISRA C Rule 5.5 for 'request_irq()'
  misra: deviate MISRA C Rule 5.5 for ARM SMMU fault handlers

 .../eclair_analysis/ECLAIR/deviations.ecl     | 12 ++++++++++
 docs/misra/deviations.rst                     | 24 +++++++++++++++++++
 docs/misra/rules.rst                          | 12 ++++++++++
 3 files changed, 48 insertions(+)

-- 
2.43.0