commit | bd7ad5e684aafd12c9c5873e4776c4a14e5e5dc0 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Thu Apr 25 11:54:50 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Mar 07 13:22:18 2025 +0100 |
tree | 1d20e1e30fb7cd421b519bac0a0405eb4a78a256 | |
parent | c7b0a28d32ba78a1bec8fe1f9edbcdc215bf7b1a [diff] |
fix(locks): 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: Ie33b310f6406d77a7a2ebd94cf54c2a2968f8644 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>