projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3766511
)
Coccinelle: pm_runtime: Fix typo in report message
author
Thorsten Blum
<thorsten.blum@linux.dev>
Sat, 22 Nov 2025 11:48:04 +0000
(12:48 +0100)
committer
Julia 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
patch
|
blob
|
history
diff --git
a/scripts/coccinelle/api/pm_runtime.cocci
b/scripts/coccinelle/api/pm_runtime.cocci
index
bf128cc
..
b720489
100644
(file)
--- a/
scripts/coccinelle/api/pm_runtime.cocci
+++ b/
scripts/coccinelle/api/pm_runtime.cocci
@@
-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. Un
n
ecessary IS_ERR_VALUE at line %s" % (pm_runtime_api, p2[0].line)
coccilib.report.print_report(p1[0],msg)