Skip to content

Commit 52ad85f

Browse files
tobluxJuliaLawall
authored andcommitted
Coccinelle: pm_runtime: Fix typo in report message
s/Unecessary/Unnecessary/ Reviewed-by: Julia Lawall <julia.lawall@inria.fr> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
1 parent 3766511 commit 52ad85f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/coccinelle/api/pm_runtime.cocci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ p2 << r.p2;
109109
pm_runtime_api << r.pm_runtime_api;
110110
@@
111111
112-
msg = "%s returns < 0 as error. Unecessary IS_ERR_VALUE at line %s" % (pm_runtime_api, p2[0].line)
112+
msg = "%s returns < 0 as error. Unnecessary IS_ERR_VALUE at line %s" % (pm_runtime_api, p2[0].line)
113113
coccilib.report.print_report(p1[0],msg)

0 commit comments

Comments
 (0)