diff options
author | Sebastian Fricke <sebastian.fricke@collabora.com> | 2022-03-26 19:34:50 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-04-10 18:38:59 +0200 |
commit | 07905844f4880df27a3d80adb07342ec152fd2d7 (patch) | |
tree | fa34073c26c344867d69518f14757b09102bf1b9 /drivers/soc/rockchip | |
parent | 8a1b63b14fe7df811439235606c146faa15faa52 (diff) | |
download | linux-stable-07905844f4880df27a3d80adb07342ec152fd2d7.tar.gz linux-stable-07905844f4880df27a3d80adb07342ec152fd2d7.tar.bz2 linux-stable-07905844f4880df27a3d80adb07342ec152fd2d7.zip |
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>
Diffstat (limited to 'drivers/soc/rockchip')
-rw-r--r-- | drivers/soc/rockchip/pm_domains.c | 6 |
1 files 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, }, |