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>
1 parent d3775d4 commit 896a5902ecd9f8ffd1ad7cfd75ea646351c79fc1
@Daniel Boulby Daniel Boulby authored on 4 May 2018
Showing 8 changed files
View
common/tf_printf.c
View
drivers/arm/gic/v3/gicv3_private.h
View
drivers/arm/smmu/smmu_v3.c
View
drivers/arm/tzc/tzc400.c
View
include/lib/xlat_tables/aarch32/xlat_tables_aarch32.h
View
include/lib/xlat_tables/aarch64/xlat_tables_aarch64.h
View
lib/locks/bakery/bakery_lock_coherent.c
View
lib/psci/psci_private.h