MISRA C Rule 18.6 states: "The address of an object with automatic
storage shall not be copied to another object that persists after
the first object has ceased to exist."
The rule is set as monitored and tagged clean, in order to block
the CI on any violations that may arise, allowing the presence
of cautions (currently there are no violations).
No functional change.
Signed-off-by: Nicola Vetrini <nicola.vetrini@bugseng.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
-enable=MC3R1.R17.4
-enable=MC3R1.R17.5
-enable=MC3R1.R17.6
+-enable=MC3R1.R18.6
-enable=MC3R1.R19.1
-enable=MC3R1.R20.12
-enable=MC3R1.R20.13
MC3R1.R17.4||
MC3R1.R17.5||
MC3R1.R17.6||
+MC3R1.R18.6||
MC3R1.R18.8||
MC3R1.R20.2||
MC3R1.R20.3||