projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a1b63b
)
soc: rockchip: pm_domains: Fix typo in comment
author
Sebastian Fricke
<sebastian.fricke@collabora.com>
Sat, 26 Mar 2022 18:34:50 +0000
(19:34 +0100)
committer
Heiko Stuebner
<heiko@sntech.de>
Sun, 10 Apr 2022 16:38:59 +0000
(18:38 +0200)
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>
drivers/soc/rockchip/pm_domains.c
patch
|
blob
|
history
diff --git
a/drivers/soc/rockchip/pm_domains.c
b/drivers/soc/rockchip/pm_domains.c
index 0868b7d406fbad2ffa83c20e994a84702b15a405..1b029e494274d6f8584aa82ffe1c1477d7eb8b25 100644
(file)
--- 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 f
orm power domain,
- *
so we can't really remove power domains once they
- * were added.
+ * We can't forcibly eject devices f
rom the power
+ *
domain, so we can't really remove power domains
+ *
once they
were added.
*/
.suppress_bind_attrs = true,
},