Skip to content

Commit 0790584

Browse files
sefrickemmind
authored andcommitted
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 <sebastian.fricke@collabora.com> Link: https://lore.kernel.org/r/20220326183451.66115-1-sebastian.fricke@collabora.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 8a1b63b commit 0790584

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/soc/rockchip/pm_domains.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,9 +1068,9 @@ static struct platform_driver rockchip_pm_domain_driver = {
10681068
.name = "rockchip-pm-domain",
10691069
.of_match_table = rockchip_pm_domain_dt_match,
10701070
/*
1071-
* We can't forcibly eject devices form power domain,
1072-
* so we can't really remove power domains once they
1073-
* were added.
1071+
* We can't forcibly eject devices from the power
1072+
* domain, so we can't really remove power domains
1073+
* once they were added.
10741074
*/
10751075
.suppress_bind_attrs = true,
10761076
},

0 commit comments

Comments
 (0)