Linux driver-core infrastructure
 help / color / mirror / Atom feed
* [PATCH 2/2] driver core: power: Fix "sucessfully" typo in comment
@ 2026-08-24  6:16 Chhabilal Dangal
  2026-08-24  6:34 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Chhabilal Dangal @ 2026-08-24  6:16 UTC (permalink / raw)
  To: rafael, gregkh, dakr
  Cc: lenb, pavel, linux-pm, driver-core, linux-kernel,
	Chhabilal Dangal

Signed-off-by: Chhabilal Dangal <yogeshdangal66@gmail.com>
---
 drivers/base/power/clock_ops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

end of thread, other threads:[~2026-08-24  6:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-24  6:16 [PATCH 2/2] driver core: power: Fix "sucessfully" typo in comment Chhabilal Dangal
2026-08-24  6:34 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox