commit | ca75a50eb6f8454077de7a9cd1b2acaa82bf0a92 | [log] [tgz] |
---|---|---|
author | Nithin G <nithing@amd.com> | Thu Apr 25 10:27:10 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Dec 23 09:04:23 2024 +0000 |
tree | 5fa5aa49eb214a72cb1d69960d0e74ffea03ad4e | |
parent | f0c5ef26d34e5b100d44d4c78e7a27a5e57660e2 [diff] |
fix(zynqmp): add missing curly braces This corrects the MISRA violation C2012-15.6: The body of an iteration-statement or a selection-statement shall be a compound-statement. Enclosed statement body within the curly braces. Change-Id: I8941f3c713586c36396e1f3731b99ffadc28c6e8 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>