commit | 3df32f852400be6d4c1f3199c89d9f36169ede71 | [log] [tgz] |
---|---|---|
author | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Tue Mar 18 02:44:12 2025 -0700 |
committer | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Thu Apr 10 23:10:23 2025 -0700 |
tree | 64f4dfc0244fe15b856a4d3aefcd00d23d5724cb | |
parent | a5d5cb3cfc83928bee0a00dd987f2731e1b8ec56 [diff] |
fix(xilinx): resolve misra rule 8.3 violations Fixed below MISRA violation: - MISRA Violation: MISRA-C:2012 R.8.3: - All declarations of an object or function shall use the same names and type qualifiers. - Fix: - Made same name parameters and type qualifiers in function declaration and definition. Change-Id: Idb4f986cec957102bb4ba1ef22f2e7937aaeb54d Signed-off-by: Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com>