commit | 63d4413ec2ae227f9fbddf219e164dc5557b8ea4 | [log] [tgz] |
---|---|---|
author | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Wed Mar 19 03:58:37 2025 -0700 |
committer | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Tue Apr 15 02:33:40 2025 -0700 |
tree | 54374b3f89110d7b5c7aca31c7039414ab191c7b | |
parent | e209de269be073eb8a75d7d0d5bd16ed192ba671 [diff] |
fix(xilinx): resolve misra rule 15.7 violations Fixed below MISRA violation: - MISRA Violation: MISRA-C:2012 R.15.7: - All if...else if constructs shall be terminated with an else statement. - Fix: - Convert the final else if into an else statement to comply with MISRA guidelines Change-Id: I1f54d955958538529a10f146a506ce2a3474f8d7 Signed-off-by: Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com>