mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 18:41:22 +00:00
Fix MISRA rule 8.3 in common code
Rule 8.3: All declarations of an object or function shall use the same names and type qualifiers. Change-Id: Iff384187c74a598a4e73f350a1893b60e9d16cec Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
This commit is contained in:
parent
322a98b632
commit
9fb8af33c4
10 changed files with 31 additions and 30 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved.
|
||||
* Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
@ -210,7 +210,7 @@ int load_auth_image(unsigned int image_id, image_info_t *image_data);
|
|||
|
||||
#else
|
||||
|
||||
uintptr_t page_align(uintptr_t, unsigned);
|
||||
uintptr_t page_align(uintptr_t value, unsigned dir);
|
||||
int load_image(meminfo_t *mem_layout,
|
||||
unsigned int image_id,
|
||||
uintptr_t image_base,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue