* [PATCH TRIVIAL] sched: Fix typo in struct sched_avg member description
@ 2013-06-27 6:04 Kamalesh Babulal
2013-06-27 9:03 ` [tip:sched/core] " tip-bot for Kamalesh Babulal
0 siblings, 1 reply; 2+ messages in thread
From: Kamalesh Babulal @ 2013-06-27 6:04 UTC (permalink / raw)
To: linux-kernel; +Cc: pjt, peterz, mingo, kamalesh
Remove extra 'for' from the description about member of
struct sched_avg.
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
---
include/linux/sched.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 178a8d9..a9a0ae5 100644
--- 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;
--
1.7.11.6
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:sched/core] sched: Fix typo in struct sched_avg member description
2013-06-27 6:04 [PATCH TRIVIAL] sched: Fix typo in struct sched_avg member description Kamalesh Babulal
@ 2013-06-27 9:03 ` tip-bot for Kamalesh Babulal
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Kamalesh Babulal @ 2013-06-27 9:03 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, kamalesh, tglx
Commit-ID: 239003ea2e30374d1cdfee788867e497cca2366c
Gitweb: http://git.kernel.org/tip/239003ea2e30374d1cdfee788867e497cca2366c
Author: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
AuthorDate: Thu, 27 Jun 2013 11:34:09 +0530
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Thu, 27 Jun 2013 10:18:26 +0200
sched: Fix typo in struct sched_avg member description
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 0019bef..ec80684 100644
--- 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;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-27 9:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-27 6:04 [PATCH TRIVIAL] sched: Fix typo in struct sched_avg member description Kamalesh Babulal
2013-06-27 9:03 ` [tip:sched/core] " tip-bot for Kamalesh Babulal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome