Fix MISRA Rule 5.3 Part 3
authorDaniel Boulby <daniel.boulby@arm.com>
Wed, 9 May 2018 09:28:12 +0000 (10:28 +0100)
committerDaniel Boulby <daniel.boulby@arm.com>
Tue, 12 Jun 2018 12:21:36 +0000 (13:21 +0100)
commit7c934242e3652c4d43f1ce31187d804f627ab8a9
treea48538ef5fc1c7cb922508a05192f727292621fa
parent896a5902ecd9f8ffd1ad7cfd75ea646351c79fc1
Fix MISRA Rule 5.3 Part 3

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 SPD=tspd

Change-Id: I2d711b9584c4cb9ba3814ecd2ca65a42b7e24179
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
services/spd/tspd/tspd_private.h