From c96f297f8d3c83560731b86244147f5221d39475 Mon Sep 17 00:00:00 2001 From: Roberto Vargas Date: Mon, 12 Feb 2018 12:36:17 +0000 Subject: Fix MISRA rule 8.3 Rule 8.3: All declarations of an object or function shall use the same names and type qualifiers. Fixed for: make DEBUG=1 PLAT=juno ARCH=aarch32 AARCH32_SP=sp_min RESET_TO_SP_MIN=1 JUNO_AARCH32_EL3_RUNTIME=1 bl32 Change-Id: Ia34f5155e1cdb67161191f69e8d1248cbaa39e1a Signed-off-by: Roberto Vargas --- include/lib/utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/lib/utils.h') diff --git a/include/lib/utils.h b/include/lib/utils.h index f367a1f45..5f13e993f 100644 --- a/include/lib/utils.h +++ b/include/lib/utils.h @@ -37,10 +37,10 @@ void clear_mem_regions(mem_region_t *tbl, size_t nregions); * in a way that they minimize the number of entries used in the * translation tables. */ -void clear_map_dyn_mem_regions(mem_region_t *region, +void clear_map_dyn_mem_regions(struct mem_region *regions, size_t nregions, uintptr_t va, - size_t chunk_size); + size_t chunk); /* * checks that a region (addr + nbytes-1) of memory is totally covered by -- cgit v1.2.3