Searched hist:d3775d46a43a47c521193229cfcb1c0d6cb4878b (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/common/ |
| H A D | bl_common.c | d3775d46a43a47c521193229cfcb1c0d6cb4878b Fri May 04 10:18:26 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Fix MISRA Rule 5.3 Part 1
Conflict with function name and variable name within that function. Change the name of the function from image_size to get_image_size to remove conflict and make the function fit the normal project naming convention.
Rule 5.3: An identifier declared in an inner scope shall not hide an identifier declared in an outer scope
Fixed For: make LOG_LEVEL=50 PLAT=fvp
Change-Id: I1a63d2730113e2741fffa79730459c584b0224d7 Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
|
| /rk3399_ARM-atf/include/common/ |
| H A D | bl_common.h | d3775d46a43a47c521193229cfcb1c0d6cb4878b Fri May 04 10:18:26 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Fix MISRA Rule 5.3 Part 1
Conflict with function name and variable name within that function. Change the name of the function from image_size to get_image_size to remove conflict and make the function fit the normal project naming convention.
Rule 5.3: An identifier declared in an inner scope shall not hide an identifier declared in an outer scope
Fixed For: make LOG_LEVEL=50 PLAT=fvp
Change-Id: I1a63d2730113e2741fffa79730459c584b0224d7 Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
|