commit | bdba3c84baa5c595e504ef2902832d04102a223a | [log] [tgz] |
---|---|---|
author | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Wed Mar 26 02:08:58 2025 -0700 |
committer | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Thu Apr 10 23:10:23 2025 -0700 |
tree | 41c5dd6414596f734e8540c88535fb6415508fa0 | |
parent | 72eb16b7f8d679e9da960185904e6e608d5c5a5c [diff] |
fix(xilinx): resolve misra rule 10.4 violations Fixed below MISRA violation: - MISRA Violation: MISRA-C:2012 R.10.4: - Both operands of an operator in which the usual arithmetic conversions are performed shall have the same essential type category. - Fix: - Made data type same for both the operands. Change-Id: I0cea19477f3c10265d95ea1d5d2ea151dbf174bb Signed-off-by: Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com>