Fix some violations to MISRA rule 8.3
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 11 Jul 2018 10:44:22 +0000 (12:44 +0200)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 11 Jul 2018 15:33:29 +0000 (17:33 +0200)
commit6c77e7491563979a3a0ba5eb8b8c6a073cb5c2cb
treef8804deddc50821d9b4dad6223d7c54f27507d0d
parentdf4c512d470d8bb728343b7edf040ce7c515bd79
Fix some violations to MISRA rule 8.3

Wherever we use 'struct foo' and 'foo_t' interchangeably in a
function's declaration and definition, use 'struct foo' consistently
for both, as per the TF-A coding guidelines [1].

[1] https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Coding-Guidelines#avoid-anonymous-typedefs-of-structsenums-in-header-files

Change-Id: I7998eb24a26746e87e9b6425529926406745b721
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
bl1/bl1_main.c
plat/arm/board/fvp/fvp_bl2u_setup.c
plat/arm/common/arm_bl1_setup.c
plat/arm/common/arm_bl2_setup.c
plat/arm/common/arm_bl2u_setup.c
plat/arm/common/arm_bl31_setup.c
plat/arm/common/arm_image_load.c
plat/common/plat_bl1_common.c
services/spd/opteed/opteed_main.c
services/spd/opteed/opteed_private.h