Update ULL() macro and instances of ull to comply with MISRA
authorDavid Cunado <david.cunado@arm.com>
Fri, 16 Feb 2018 21:12:58 +0000 (21:12 +0000)
committerDavid Cunado <david.cunado@arm.com>
Tue, 27 Feb 2018 17:05:51 +0000 (17:05 +0000)
commit5724481fdda01067d3bf4386a3dd07a541d16044
treed9261376986d6cc968c9daf8c38e9f9a46cc0103
parent322a98b6322f1b566a5c4ec65fe481dc204b3eb0
Update ULL() macro and instances of ull to comply with MISRA

MISRA C-2012 Rule 7.3 violation: lowercase l shall not be used as literal suffixes.

This patch resolves this for the ULL() macro by using ULL suffix instead
of the ull suffix.

Change-Id: Ia8183c399e74677e676956e8653e82375d0e0a01
Signed-off-by: David Cunado <david.cunado@arm.com>
17 files changed:
docs/porting-guide.rst
include/lib/utils_def.h
include/plat/arm/common/arm_def.h
lib/xlat_tables/xlat_tables_common.c
lib/xlat_tables_v2/aarch32/xlat_tables_arch.c
lib/xlat_tables_v2/aarch64/xlat_tables_arch.c
plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.h
plat/hisilicon/hikey/include/platform_def.h
plat/hisilicon/hikey960/include/platform_def.h
plat/hisilicon/poplar/include/platform_def.h
plat/mediatek/mt6795/include/platform_def.h
plat/mediatek/mt8173/include/platform_def.h
plat/qemu/include/platform_def.h
plat/rockchip/rk3328/include/platform_def.h
plat/rockchip/rk3368/include/platform_def.h
plat/rockchip/rk3399/include/platform_def.h
plat/xilinx/zynqmp/include/platform_def.h