arm-trusted-firmware/drivers/arm/gic/v3
Daniel Boulby 896a5902ec Fix MISRA Rule 5.3 Part 2
Use a _ prefix for Macro arguments to prevent that argument from
hiding variables of the same name in the outer scope

Rule 5.3: An identifier declared in an inner scope shall not
          hide an identifier declared in an outer scope

Fixed For:
    make LOG_LEVEL=50 PLAT=fvp

Change-Id: I67b6b05cbad4aeca65ce52981b4679b340604708
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
2018-06-12 13:21:36 +01:00
..
arm_gicv3_common.c GICv3: Fix Dist restore for when the GIC is reset 2018-01-23 17:42:49 -08:00
gic500.c GICv3: add functions for save and restore 2017-10-05 16:47:53 +01:00
gic600.c GICv3: add functions for save and restore 2017-10-05 16:47:53 +01:00
gicv3_helpers.c Fix MISRA Rule 5.1 2018-06-12 13:21:36 +01:00
gicv3_main.c Fix MISRA Rule 5.1 2018-06-12 13:21:36 +01:00
gicv3_private.h Fix MISRA Rule 5.3 Part 2 2018-06-12 13:21:36 +01:00