arm-trusted-firmware/drivers/arm/gic
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
..
common GIC: Fix setting interrupt configuration 2018-03-26 09:45:48 +01:00
v2 gicv2: Fix support for systems without secure interrupts 2018-04-03 16:45:10 +01:00
v3 Fix MISRA Rule 5.3 Part 2 2018-06-12 13:21:36 +01:00
arm_gic.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
gic_v2.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
gic_v3.c Fix pointer type mismatch of handlers 2018-04-27 18:35:02 +09:00