commit | 512ab215e8200c0a35f6540aaf53593bf51443cf | [log] [tgz] |
---|---|---|
author | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Wed Apr 09 01:38:39 2025 -0700 |
committer | Devanshi Chauhan <devanshi.chauhanalpeshbhai@amd.com> | Mon May 26 02:09:50 2025 -0700 |
tree | 233fcbe8d60edfd0c513716e7f8dfa7c83715700 | |
parent | cb4e0bfdc2b078c471185cf1223b7a2126651f66 [diff] |
fix(xilinx): resolve misra rule 8.13 violations Fixed below MISRA violation: - MISRA Violation: MISRA-C:2012 R.8.13: - A pointer should point to a const-qualified type whenever possible. - Fix: - Made constant pointer wherever the object it points to doesn't change. Change-Id: I16c87dcc2b3a49c70c1e60f25aa361f1f13bda13 Signed-off-by: Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com>