commit | bbde4eb7c158286a7279d6b296b6fa3942c7052b | [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 | 5dfb7a3baee34e220c5efd0d38c7859c88219d1b [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>