From 2bc3dba924058f92e22c3b75da7d987ecdf5875f Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Wed, 18 Jul 2018 16:24:16 +0100 Subject: PSCI: Fix MISRA defects in platform code Fix violations of MISRA C-2012 Rules 10.1, 10.3, 13.3, 14.4, 17.7 and 17.8. Change-Id: I6c9725e428b5752f1d80684ec29cb6c52a5c0c2d Signed-off-by: Antonio Nino Diaz --- include/plat/common/platform.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/plat/common/platform.h b/include/plat/common/platform.h index cd17a00f..12eac60b 100644 --- a/include/plat/common/platform.h +++ b/include/plat/common/platform.h @@ -4,8 +4,8 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#ifndef __PLATFORM_H__ -#define __PLATFORM_H__ +#ifndef PLATFORM_H +#define PLATFORM_H #include #include @@ -401,5 +401,4 @@ unsigned int platform_get_core_pos(unsigned long mpidr) __deprecated; #endif /* __ENABLE_PLAT_COMPAT__ */ -#endif /* __PLATFORM_H__ */ - +#endif /* PLATFORM_H */ -- cgit v1.2.3