]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Coccinelle: pm_runtime: Fix typo in report message
authorThorsten Blum <thorsten.blum@linux.dev>
Sat, 22 Nov 2025 11:48:04 +0000 (12:48 +0100)
committerJulia Lawall <Julia.Lawall@inria.fr>
Sun, 21 Dec 2025 20:04:52 +0000 (21:04 +0100)
s/Unecessary/Unnecessary/

Reviewed-by: Julia Lawall <julia.lawall@inria.fr>
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
scripts/coccinelle/api/pm_runtime.cocci

index bf128ccae92101885517bfcfe08e5348dcb884e0..b720489418fa4cf010f65b4a38a5ccb50e34cfa5 100644 (file)
@@ -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)