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>
1 parent df4c512 commit 6c77e7491563979a3a0ba5eb8b8c6a073cb5c2cb
@Sandrine Bailleux Sandrine Bailleux authored on 11 Jul 2018
Showing 10 changed files
View
bl1/bl1_main.c
View
plat/arm/board/fvp/fvp_bl2u_setup.c
View
plat/arm/common/arm_bl1_setup.c
View
plat/arm/common/arm_bl2_setup.c
View
plat/arm/common/arm_bl2u_setup.c
View
plat/arm/common/arm_bl31_setup.c
View
plat/arm/common/arm_image_load.c
View
plat/common/plat_bl1_common.c
View
services/spd/opteed/opteed_main.c
View
services/spd/opteed/opteed_private.h