aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2018-02-12 12:36:17 +0000
committerRoberto Vargas <roberto.vargas@arm.com>2018-07-10 11:17:51 +0100
commitc96f297f8d3c83560731b86244147f5221d39475 (patch)
treee90c73b0a8f867fcca48aff1059d649e7637fc54 /include
parentb6c07bbb2ed520f0b51775adb5d22b294d6971eb (diff)
downloadplatform_external_arm-trusted-firmware-c96f297f8d3c83560731b86244147f5221d39475.tar.gz
platform_external_arm-trusted-firmware-c96f297f8d3c83560731b86244147f5221d39475.tar.bz2
platform_external_arm-trusted-firmware-c96f297f8d3c83560731b86244147f5221d39475.zip
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 <roberto.vargas@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/lib/utils.h4
1 files changed, 2 insertions, 2 deletions
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