Commit 52ad85fd authored by Thorsten Blum's avatar Thorsten Blum Committed by Julia Lawall
Browse files

Coccinelle: pm_runtime: Fix typo in report message



s/Unecessary/Unnecessary/

Reviewed-by: default avatarJulia Lawall <julia.lawall@inria.fr>
Signed-off-by: default avatarThorsten Blum <thorsten.blum@linux.dev>
parent 3766511d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,5 +109,5 @@ p2 << r.p2;
pm_runtime_api << r.pm_runtime_api;
@@

msg = "%s returns < 0 as error. Unecessary IS_ERR_VALUE at line %s" % (pm_runtime_api, p2[0].line)
msg = "%s returns < 0 as error. Unnecessary IS_ERR_VALUE at line %s" % (pm_runtime_api, p2[0].line)
coccilib.report.print_report(p1[0],msg)