All of lore.kernel.org
 help / color / mirror / Atom feed
* [cocci] [PATCH RESEND] Coccinelle: pm_runtime: Fix typo in report message
@ 2025-11-22 11:48 ` Thorsten Blum
  0 siblings, 0 replies; 6+ messages in thread
From: Thorsten Blum @ 2025-11-22 11:48 UTC (permalink / raw)
  To: Julia Lawall, Nicolas Palix
  Cc: Thorsten Blum, Julia Lawall, cocci, linux-kernel

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/coccinelle/api/pm_runtime.cocci b/scripts/coccinelle/api/pm_runtime.cocci
index 2c931e748dda..e29ac3a87d96 100644
--- a/scripts/coccinelle/api/pm_runtime.cocci
+++ b/scripts/coccinelle/api/pm_runtime.cocci
@@ -110,5 +110,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)
-- 
2.51.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [cocci] [PATCH RESEND] Coccinelle: pm_runtime: Fix typo in report message
@ 2025-10-17 10:30 Thorsten Blum
  2025-10-17 10:32 ` Julia Lawall
  0 siblings, 1 reply; 6+ messages in thread
From: Thorsten Blum @ 2025-10-17 10:30 UTC (permalink / raw)
  To: Julia Lawall, Nicolas Palix; +Cc: Thorsten Blum, cocci, linux-kernel

s/Unecessary/Unnecessary/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 scripts/coccinelle/api/pm_runtime.cocci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/coccinelle/api/pm_runtime.cocci b/scripts/coccinelle/api/pm_runtime.cocci
index 2c931e748dda..e29ac3a87d96 100644
--- a/scripts/coccinelle/api/pm_runtime.cocci
+++ b/scripts/coccinelle/api/pm_runtime.cocci
@@ -110,5 +110,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)
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-11-24 10:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-22 11:48 [cocci] [PATCH RESEND] Coccinelle: pm_runtime: Fix typo in report message Thorsten Blum
2025-11-22 11:48 ` Thorsten Blum
2025-11-22 12:48 ` [cocci] " Julia Lawall
2025-11-22 12:48   ` Julia Lawall
  -- strict thread matches above, loose matches on Subject: below --
2025-10-17 10:30 [cocci] " Thorsten Blum
2025-10-17 10:32 ` Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.