]> git.baikalelectronics.ru Git - arm-tf.git/commit
fconf: Fix misra issues
authorLouis Mayencourt <louis.mayencourt@arm.com>
Mon, 24 Feb 2020 14:37:25 +0000 (14:37 +0000)
committerLouis Mayencourt <louis.mayencourt@arm.com>
Thu, 27 Feb 2020 16:14:07 +0000 (16:14 +0000)
commit845db72261658ec8f1f3c10b0f7408b19fb91a7e
treeddb9ebcde89c08f351d712727a807380c4538044
parent2f39c55c085ae92b6eead06172096410e5aab81c
fconf: Fix misra issues

MISRA C-2012 Rule 20.7:
Macro parameter expands into an expression without being wrapped by parentheses.

MISRA C-2012 Rule 12.1:
Missing explicit parentheses on sub-expression.

MISRA C-2012 Rule 18.4:
Essential type of the left hand operand is not the same as that of the right
operand.

Include does not provide any needed symbols.

Change-Id: Ie1c6451cfbc8f519146c28b2cf15c50b1f36adc8
Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>
include/lib/fconf/fconf.h
include/lib/object_pool.h
plat/arm/common/arm_dyn_cfg.c
plat/arm/common/arm_fconf_io_storage.c
plat/arm/common/fconf/arm_fconf_io.c