commit | 4b4080d78637fd0f071e0d6860114eb9ea16dea5 | [log] [tgz] |
---|---|---|
author | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Tue Mar 18 03:11:02 2025 -0700 |
committer | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Thu Apr 10 23:12:45 2025 -0700 |
tree | 7fdda0b26cadd08566126676d729e5e51d2b0969 | |
parent | 3df32f852400be6d4c1f3199c89d9f36169ede71 [diff] |
fix(xilinx): resolve misra rule 8.4 violations Fixed below MISRA violation: - MISRA Violation: MISRA-C:2012 R.8.4: - A compatible declaration shall be visible when an object or function with external linkage is defined. - Fix: - Declared variable as static. Change-Id: I44a022de3d5a62d255e2481dc1f4d1e8df2c7eb0 Signed-off-by: Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com>