2022-03-28 03:56:29

by [email protected]

[permalink] [raw]
Subject: [PATCH] soc: rockchip: pm_domains: Fix typo in comment

s/eject devices form power domain/eject devices from the power domain/

Signed-off-by: Sebastian Fricke <[email protected]>
---
drivers/soc/rockchip/pm_domains.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/soc/rockchip/pm_domains.c b/drivers/soc/rockchip/pm_domains.c
index 0868b7d406fb..1b029e494274 100644
--- a/drivers/soc/rockchip/pm_domains.c
+++ b/drivers/soc/rockchip/pm_domains.c
@@ -1068,9 +1068,9 @@ static struct platform_driver rockchip_pm_domain_driver = {
.name = "rockchip-pm-domain",
.of_match_table = rockchip_pm_domain_dt_match,
/*
- * We can't forcibly eject devices form power domain,
- * so we can't really remove power domains once they
- * were added.
+ * We can't forcibly eject devices from the power
+ * domain, so we can't really remove power domains
+ * once they were added.
*/
.suppress_bind_attrs = true,
},
--
2.25.1


2022-04-05 01:07:07

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH] soc: rockchip: pm_domains: Fix typo in comment

On Sat, 26 Mar 2022 19:34:50 +0100, Sebastian Fricke wrote:
> s/eject devices form power domain/eject devices from the power domain/

Applied, thanks!

[1/1] soc: rockchip: pm_domains: Fix typo in comment
commit: dc08a6884dfbd2974f681c8fc1211d7284273bfc

Best regards,
--
Heiko Stuebner <[email protected]>