projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e205896
)
power-domain.h: Fix typo
author
Anatolij Gustschin
<agust@denx.de>
Wed, 10 Jul 2019 08:03:13 +0000
(10:03 +0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 18 Jul 2019 15:31:29 +0000
(11:31 -0400)
%s/ot/to/
Signed-off-by: Anatolij Gustschin <agust@denx.de>
include/power-domain.h
patch
|
blob
|
history
diff --git
a/include/power-domain.h
b/include/power-domain.h
index 00996057b0d4f8fcf86e369baab01c371a3f9aca..07370709fe0b93fd0ae207322e4e3f49c5ac9925 100644
(file)
--- a/
include/power-domain.h
+++ b/
include/power-domain.h
@@
-151,7
+151,7
@@
static inline int power_domain_on(struct power_domain *power_domain)
#endif
/**
- * power_domain_off - Disable power
ot
a power domain.
+ * power_domain_off - Disable power
to
a power domain.
*
* @power_domain: A power domain struct that was previously successfully
* requested by power_domain_get().