diff options
author | Daniel Boulby <daniel.boulby@arm.com> | 2018-05-09 12:21:46 +0100 |
---|---|---|
committer | Daniel Boulby <daniel.boulby@arm.com> | 2018-06-12 13:21:36 +0100 |
commit | ff4e86f90e885ccfca1b51a88c23b47130af9292 (patch) | |
tree | ed70b6b1c808a0b513bb098ff3cfc8a01bc791d2 /lib | |
parent | 7cb81945d5007925c59f68150ede7a20dba41e6c (diff) | |
download | platform_external_arm-trusted-firmware-ff4e86f90e885ccfca1b51a88c23b47130af9292.tar.gz platform_external_arm-trusted-firmware-ff4e86f90e885ccfca1b51a88c23b47130af9292.tar.bz2 platform_external_arm-trusted-firmware-ff4e86f90e885ccfca1b51a88c23b47130af9292.zip |
Fix MISRA Rule 5.3 Part 5
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=juno
Change-Id: I575fbc96e8267f2b075e88def1f6e3185394613a
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions