From: Chhabilal Dangal <yogeshdangal66@gmail.com>
To: linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org,
driver-core@lists.linux.dev
Cc: linux-kernel@vger.kernel.org, linux@armlinux.org.uk,
rafael@kernel.org, pavel@kernel.org, lenb@kernel.org,
gregkh@linuxfoundation.org, dakr@kernel.org,
Chhabilal Dangal <yogeshdangal66@gmail.com>
Subject: [PATCH] treewide: Fix typos in comments
Date: Mon, 24 Aug 2026 09:16:07 +0545 [thread overview]
Message-ID: <20260824033107.347011-1-yogeshdangal66@gmail.com> (raw)
Signed-off-by: Chhabilal Dangal <yogeshdangal66@gmail.com>
---
arch/arm/kernel/cpuidle.c | 2 +-
drivers/base/power/clock_ops.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/kernel/cpuidle.c b/arch/arm/kernel/cpuidle.c
index fba1f8bb0..784457ac7 100644
--- a/arch/arm/kernel/cpuidle.c
+++ b/arch/arm/kernel/cpuidle.c
@@ -79,7 +79,7 @@ static const struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method)
* cpuidle_ops are tagged __initconst and will be unloaded after the init
* process.
*
- * Return 0 on sucess, -ENOENT if no 'enable-method' is defined, -EOPNOTSUPP if
+ * Return 0 on success, -ENOENT if no 'enable-method' is defined, -EOPNOTSUPP if
* no cpuidle_ops is registered for the 'enable-method', or if either init or
* suspend callback isn't defined.
*/
diff --git a/drivers/base/power/clock_ops.c b/drivers/base/power/clock_ops.c
index 59bb37e82..3b8ba2780 100644
--- a/drivers/base/power/clock_ops.c
+++ b/drivers/base/power/clock_ops.c
@@ -250,7 +250,7 @@ EXPORT_SYMBOL_GPL(pm_clk_add);
*
* Add the clock to the list of clocks used for the power management of @dev.
* The power-management code will take control of the clock reference, so
- * callers should not call clk_put() on @clk after this function sucessfully
+ * callers should not call clk_put() on @clk after this function successfully
* returned.
*/
int pm_clk_add_clk(struct device *dev, struct clk *clk)
--
2.55.0
next reply other threads:[~2026-08-24 3:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-24 3:31 Chhabilal Dangal [this message]
2026-08-24 5:10 ` [PATCH] treewide: Fix typos in comments Greg KH
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=20260824033107.347011-1-yogeshdangal66@gmail.com \
--to=yogeshdangal66@gmail.com \
--cc=dakr@kernel.org \
--cc=driver-core@lists.linux.dev \
--cc=gregkh@linuxfoundation.org \
--cc=lenb@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=pavel@kernel.org \
--cc=rafael@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox