commit | c1503120a0451600367a41ac96ac9e579dc612f4 | [log] [tgz] |
---|---|---|
author | David Cunado <david.cunado@arm.com> | Fri Feb 16 21:12:58 2018 +0000 |
committer | David Cunado <david.cunado@arm.com> | Tue Feb 27 17:05:51 2018 +0000 |
tree | d9261376986d6cc968c9daf8c38e9f9a46cc0103 | |
parent | 706fd2e822b0544aef78e4c8ae91b398eddf1cac [diff] |
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>