* [PATCH] hrtimer: fix a typo in comment
@ 2010-12-08 5:09 Namhyung Kim
2010-12-08 5:18 ` Namhyung Kim
0 siblings, 1 reply; 3+ messages in thread
From: Namhyung Kim @ 2010-12-08 5:09 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: linux-kernel
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
---
kernel/hrtimer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index 72206cf..66163df 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -1774,7 +1774,7 @@ schedule_hrtimeout_range_clock(ktime_t *expires, unsigned long delta,
}
/*
- * A NULL parameter means "inifinte"
+ * A NULL parameter means "infinite"
*/
if (!expires) {
schedule();
--
1.7.3.3.398.g0b0cd.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] hrtimer: fix a typo in comment
2010-12-08 5:09 [PATCH] hrtimer: fix a typo in comment Namhyung Kim
@ 2010-12-08 5:18 ` Namhyung Kim
2010-12-22 18:02 ` Jiri Kosina
0 siblings, 1 reply; 3+ messages in thread
From: Namhyung Kim @ 2010-12-08 5:18 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: linux-kernel, trivial
Oops. I forgot CC-ing to trivial.
2010-12-08 (수), 14:09 +0900, Namhyung Kim:
> Signed-off-by: Namhyung Kim <namhyung@gmail.com>
> ---
> kernel/hrtimer.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
> index 72206cf..66163df 100644
> --- a/kernel/hrtimer.c
> +++ b/kernel/hrtimer.c
> @@ -1774,7 +1774,7 @@ schedule_hrtimeout_range_clock(ktime_t *expires, unsigned long delta,
> }
>
> /*
> - * A NULL parameter means "inifinte"
> + * A NULL parameter means "infinite"
> */
> if (!expires) {
> schedule();
--
Regards,
Namhyung Kim
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] hrtimer: fix a typo in comment
2010-12-08 5:18 ` Namhyung Kim
@ 2010-12-22 18:02 ` Jiri Kosina
0 siblings, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2010-12-22 18:02 UTC (permalink / raw)
To: Namhyung Kim; +Cc: Thomas Gleixner, linux-kernel
On Wed, 8 Dec 2010, Namhyung Kim wrote:
> Oops. I forgot CC-ing to trivial.
>
>
> 2010-12-08 (수), 14:09 +0900, Namhyung Kim:
> > Signed-off-by: Namhyung Kim <namhyung@gmail.com>
> > ---
> > kernel/hrtimer.c | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
> > index 72206cf..66163df 100644
> > --- a/kernel/hrtimer.c
> > +++ b/kernel/hrtimer.c
> > @@ -1774,7 +1774,7 @@ schedule_hrtimeout_range_clock(ktime_t *expires, unsigned long delta,
> > }
> >
> > /*
> > - * A NULL parameter means "inifinte"
> > + * A NULL parameter means "infinite"
> > */
> > if (!expires) {
> > schedule();
Doesn't seem to be in linux-next as of today. Applied now.
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-22 18:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 5:09 [PATCH] hrtimer: fix a typo in comment Namhyung Kim
2010-12-08 5:18 ` Namhyung Kim
2010-12-22 18:02 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox