-
- Downloads
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>
Showing
- include/lib/fconf/fconf.h 3 additions, 3 deletionsinclude/lib/fconf/fconf.h
- include/lib/object_pool.h 3 additions, 3 deletionsinclude/lib/object_pool.h
- plat/arm/common/arm_dyn_cfg.c 0 additions, 1 deletionplat/arm/common/arm_dyn_cfg.c
- plat/arm/common/arm_fconf_io_storage.c 0 additions, 1 deletionplat/arm/common/arm_fconf_io_storage.c
- plat/arm/common/fconf/arm_fconf_io.c 2 additions, 2 deletionsplat/arm/common/fconf/arm_fconf_io.c
Loading
Please register or sign in to comment