commit | ddf6d40dc1fd9db2c0cf4397395261ae20d43b14 | [log] [tgz] |
---|---|---|
author | Daniel Boulby <daniel.boulby@arm.com> | Wed May 09 12:21:46 2018 +0100 |
committer | Daniel Boulby <daniel.boulby@arm.com> | Tue Jun 12 13:21:36 2018 +0100 |
tree | ed70b6b1c808a0b513bb098ff3cfc8a01bc791d2 | |
parent | 7a4e8f5b1aa4d9de207333e6394c666e35c4e9a6 [diff] |
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>