commit | 7a4e8f5b1aa4d9de207333e6394c666e35c4e9a6 | [log] [tgz] |
---|---|---|
author | Daniel Boulby <daniel.boulby@arm.com> | Wed May 09 11:29:07 2018 +0100 |
committer | Daniel Boulby <daniel.boulby@arm.com> | Tue Jun 12 13:21:36 2018 +0100 |
tree | 7840a81cd876c5640df768fd95158090e891114e | |
parent | d1c19459175bf8757500e938fe5bd921034c883c [diff] |
Fix MISRA Rule 5.3 Part 4 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 PLAT=fvp USE_COHERENT_MEM=0 Change-Id: If50c583d3b63799ee6852626b15be00c0f6b10a0 Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>