This patch series fixes violations of rule 20.7 found in
xen/arch/arm/include/asm/atomic.h.

Changes in v2:
- removed redundant parentheses in patch 1/2
- dropped patch 2/2 that removes unused atomic_xchg() because changes Xen's
  atomic API, and such a change cannot be justified since compliance to
  MISRA C Rule 2.5 is advisory. If at some point it is decided to remove the
  relevant macro, this will be done for both arm and x86 with a separate patch.

Xenia Ragiadakou (1):
  xen/arm: asm/atomic.h: Fix MISRA C 2012 Rule 20.7 violation

 xen/arch/arm/include/asm/atomic.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.34.1


Reply via email to