From: Thorsten Blum <thorsten.blum@linux.dev>
To: Julia Lawall <Julia.Lawall@inria.fr>,
Nicolas Palix <nicolas.palix@imag.fr>
Cc: Thorsten Blum <thorsten.blum@linux.dev>,
cocci@inria.fr, linux-kernel@vger.kernel.org
Subject: [cocci] [PATCH RESEND] Coccinelle: pm_runtime: Fix typo in report message
Date: Fri, 17 Oct 2025 12:30:30 +0200 [thread overview]
Message-ID: <20251017103032.75686-2-thorsten.blum@linux.dev> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Thorsten Blum <thorsten.blum@linux.dev>
To: Julia Lawall <Julia.Lawall@inria.fr>,
Nicolas Palix <nicolas.palix@imag.fr>
Cc: Thorsten Blum <thorsten.blum@linux.dev>,
cocci@inria.fr, linux-kernel@vger.kernel.org
Subject: [PATCH RESEND] Coccinelle: pm_runtime: Fix typo in report message
Date: Fri, 17 Oct 2025 12:30:30 +0200 [thread overview]
Message-ID: <20251017103032.75686-2-thorsten.blum@linux.dev> (raw)
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
next reply other threads:[~2025-10-20 8:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 10:30 Thorsten Blum [this message]
2025-10-17 10:30 ` [PATCH RESEND] Coccinelle: pm_runtime: Fix typo in report message Thorsten Blum
2025-10-17 10:32 ` [cocci] " Julia Lawall
2025-10-17 10:32 ` Julia Lawall
-- strict thread matches above, loose matches on Subject: below --
2025-11-22 11:48 [cocci] " Thorsten Blum
2025-11-22 12:48 ` Julia Lawall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251017103032.75686-2-thorsten.blum@linux.dev \
--to=thorsten.blum@linux.dev \
--cc=Julia.Lawall@inria.fr \
--cc=cocci@inria.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=nicolas.palix@imag.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.