arm-trusted-firmware/services/spd/tspd
Daniel Boulby 7c934242e3 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>
2018-06-12 13:21:36 +01:00
..
tspd.mk TSPD: Require NS preemption along with EL3 exception handling 2018-02-06 07:58:55 +00:00
tspd_common.c spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG` 2017-11-08 18:05:14 +00:00
tspd_helpers.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tspd_main.c Fix pointer type mismatch of handlers 2018-04-27 18:35:02 +09:00
tspd_pm.c Fix pointer type mismatch of handlers 2018-04-27 18:35:02 +09:00
tspd_private.h Fix MISRA Rule 5.3 Part 3 2018-06-12 13:21:36 +01:00