projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fc576d
)
sched: Fix typo in struct sched_avg member description
author
Kamalesh Babulal
<kamalesh@linux.vnet.ibm.com>
Thu, 27 Jun 2013 06:04:09 +0000
(11:34 +0530)
committer
Ingo Molnar
<mingo@kernel.org>
Thu, 27 Jun 2013 08:18:26 +0000
(10:18 +0200)
Remove extra 'for' from the description about member of
struct sched_avg.
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Cc: pjt@google.com
Cc: peterz@infradead.org
Link:
http://lkml.kernel.org/r/20130627060409.GB18582@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index 0019befea59a28e10b835f2b19d128f5c09caf73..ec80684a0127a966df302678906bfb8292405cff 100644
(file)
--- a/
include/linux/sched.h
+++ b/
include/linux/sched.h
@@
-924,7
+924,7
@@
struct load_weight {
struct sched_avg {
/*
* These sums represent an infinite geometric series and so are bound
- * above by 1024/(1-y). Thus we only need a u32 to store them for
for
all
+ * above by 1024/(1-y). Thus we only need a u32 to store them for all
* choices of y < 1-2^(-32)*1024.
*/
u32 runnable_avg_sum, runnable_avg_period;