projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d948ce
)
Documentation: Fix typo in events-power.txt
author
Masanari Iida
<standby24x7@gmail.com>
Thu, 16 Feb 2012 14:19:56 +0000
(23:19 +0900)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 21 Feb 2012 10:40:38 +0000
(11:40 +0100)
Correct spelling "Fequency" to "Frequency" in
Documentation/trace/events-power.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/trace/events-power.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/trace/events-power.txt
b/Documentation/trace/events-power.txt
index 96d87b67fe37111dff518636d45b3e9e82337fcf..cf794af22855458ed06133d6acbcd372180730ae 100644
(file)
--- a/
Documentation/trace/events-power.txt
+++ b/
Documentation/trace/events-power.txt
@@
-57,7
+57,7
@@
power_end "cpu_id=%lu"
The 'type' parameter takes one of those macros:
. POWER_NONE = 0,
. POWER_CSTATE = 1, /* C-State */
- . POWER_PSTATE = 2, /* Fequency change or DVFS */
+ . POWER_PSTATE = 2, /* F
r
equency change or DVFS */
The 'state' parameter is set depending on the type:
. Target C-state for type=POWER_CSTATE,