mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-20 19:44:23 +00:00
fix(versal-net): 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: I08b055134d6bd0380cca1e5b6ee527d6045a76c5 Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
This commit is contained in:
parent
4b2324042a
commit
baeeaddff4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
/* SiP Service UUID */
|
||||
DEFINE_SVC_UUID2(versal_net_sip_uuid,
|
||||
0x80d4c25a, 0xebaf, 0x11eb, 0x94, 0x68,
|
||||
0x80d4c25au, 0xebaf, 0x11eb, 0x94, 0x68,
|
||||
0x0b, 0x4e, 0x3b, 0x8f, 0xc3, 0x60);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue