commit | 4b2324042a292d6e1bd877daaf91c05dc888a926 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Oct 25 03:53:56 2024 +0000 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Dec 23 09:14:16 2024 +0000 |
tree | a35f47b1c3bcea94bc2e0f8376833bb4c367c90e | |
parent | 9f51da5e2e6fcd81b22fb1c7f5cd5712bdc6cb3b [diff] |
fix(versal): add unsigned suffix to match data type This corrects the MISRA violation C2012-7.2: A āuā or āUā suffix shall be applied to all integer constants that are represented in an unsigned type. Appended "U" suffix to integer constant to represent it as unsigned type. Change-Id: I76f3c5903ed21ecba4d600e879d93026fc744f6c Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>