fix: suppress MISRA C 2012 Rule 8.7

This patch suppresses false positive reports
for MISRA C 2012 Rule 8.7 violation.

Change-Id: Ibe8003048eb9b6a330361d04a35e0368eb5ac9a6
Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com>
diff --git a/runtime/core/handler.c b/runtime/core/handler.c
index 9e63651..fd8f97e 100644
--- a/runtime/core/handler.c
+++ b/runtime/core/handler.c
@@ -235,6 +235,7 @@
 	}
 }
 
+/* coverity[misra_c_2012_rule_8_7_violation:SUPPRESS] */
 void handle_ns_smc(unsigned int function_id,
 		   unsigned long arg0,
 		   unsigned long arg1,