diff options
author | Daniel Boulby <daniel.boulby@arm.com> | 2018-05-03 10:59:09 +0100 |
---|---|---|
committer | Daniel Boulby <daniel.boulby@arm.com> | 2018-06-12 13:21:36 +0100 |
commit | 40692923882928ce52b61bfae1e5507b0076f105 (patch) | |
tree | a07150eaff4baa896139f0a7c5e2add4654dab4f /include/lib/stdlib/stdio.h | |
parent | ff4e86f90e885ccfca1b51a88c23b47130af9292 (diff) |
Fix MISRA Rule 5.7 Part 1
Rule 5.7: A tag name shall be a unique identifier
There were 2 amu_ctx struct type definitions:
- In lib/extensions/amu/aarch64/amu.c
- In lib/cpus/aarch64/cpuamu.c
Renamed the latter to cpuamu_ctx to avoid this name clash
To avoid violation of Rule 8.3 also change name of function
amu_ctxs to unique name (cpuamu_ctxs) since it now returns a
different type (cpuamu_ctx) than the other amu_ctxs function
Fixed for:
make LOG_LEVEL=50 PLAT=fvp
Change-Id: Ieeb7e390ec2900fd8b775bef312eda93804a43ed
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
Diffstat (limited to 'include/lib/stdlib/stdio.h')
0 files changed, 0 insertions, 0 deletions