Fix MISRA violations for Kernel release V11.2.0

This commit is contained in:
kar-rahul-aws 2025-02-27 15:29:20 +05:30
parent df0aa5a815
commit f0f8e9e743
5 changed files with 126 additions and 112 deletions

View file

@ -3,6 +3,10 @@
"standard" : "c2012",
"title": "Coverity MISRA Configuration",
"deviations" : [
{
"deviation": "Rule 1.2",
"reason": "Allow use of __attribute__ for necessary functions placement in specific memory regions."
},
{
"deviation": "Rule 3.1",
"reason": "We post HTTP links in code comments which contain // inside comments blocks."