Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1331347
| From | Juri Lelli <juri.lelli@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] sched-deadline: Trivial fix to printk spelling typo |
| Date | 2016-02-10 18:20 +0100 |
| Message-ID | <r0GAP-5dx-21@gated-at.bofh.it> (permalink) |
| References | <r0Gr8-59L-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 10/02/16 12:04, Steven Rostedt wrote:
>
> It's "too much" not "to much".
>
> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
> ---
> kernel/sched/deadline.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: linux-trace.git/kernel/sched/deadline.c
> ===================================================================
> --- linux-trace.git.orig/kernel/sched/deadline.c 2016-02-08 10:55:56.314287814 -0500
> +++ linux-trace.git/kernel/sched/deadline.c 2016-02-08 10:57:19.692983493 -0500
> @@ -420,7 +420,7 @@ static void replenish_dl_entity(struct s
> * entity.
> */
> if (dl_time_before(dl_se->deadline, rq_clock(rq))) {
> - printk_deferred_once("sched: DL replenish lagged to much\n");
> + printk_deferred_once("sched: DL replenish lagged too much\n");
> dl_se->deadline = rq_clock(rq) + pi_se->dl_deadline;
> dl_se->runtime = pi_se->dl_runtime;
> }
>
Acked-by: Juri Lelli <juri.lelli@arm.com>
:)
Best,
- Juri
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] sched-deadline: Trivial fix to printk spelling typo Steven Rostedt <rostedt@goodmis.org> - 2016-02-10 18:10 +0100 Re: [PATCH] sched-deadline: Trivial fix to printk spelling typo Juri Lelli <juri.lelli@arm.com> - 2016-02-10 18:20 +0100 [tip:sched/urgent] sched/deadline: Fix trivial typo in printk() message tip-bot for Steven Rostedt <tipbot@zytor.com> - 2016-02-17 13:20 +0100
csiph-web