All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: Docbook: Fix files location change of kernel/[hr]timer.c in device-drivers.tmpl
@ 2014-07-10 18:43 Masanari Iida
  2014-07-10 18:54 ` Randy Dunlap
  2014-07-11 10:10 ` [tip:timers/core] Documentation: Docbook: Fix files location change of kernel/[hr]timer.c tip-bot for Masanari Iida
  0 siblings, 2 replies; 5+ messages in thread
From: Masanari Iida @ 2014-07-10 18:43 UTC (permalink / raw)
  To: tglx, linux-kernel, john.stultz, rdunlap, linux-doc; +Cc: Masanari Iida

make xmldocs failed because of file location change
from kernel/[hr]timer.c to kernel/time/[hr]timer.c.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/DocBook/device-drivers.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
index dd3f278..f213058 100644
--- a/Documentation/DocBook/device-drivers.tmpl
+++ b/Documentation/DocBook/device-drivers.tmpl
@@ -54,7 +54,7 @@
 !Ikernel/sched/cpupri.c
 !Ikernel/sched/fair.c
 !Iinclude/linux/completion.h
-!Ekernel/timer.c
+!Ekernel/time/timer.c
      </sect1>
      <sect1><title>Wait queues and Wake events</title>
 !Iinclude/linux/wait.h
@@ -63,7 +63,7 @@
      <sect1><title>High-resolution timers</title>
 !Iinclude/linux/ktime.h
 !Iinclude/linux/hrtimer.h
-!Ekernel/hrtimer.c
+!Ekernel/time/hrtimer.c
      </sect1>
      <sect1><title>Workqueues and Kevents</title>
 !Ekernel/workqueue.c
-- 
2.0.1.537.g81e776d


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation: Docbook: Fix files location change of kernel/[hr]timer.c in device-drivers.tmpl
  2014-07-10 18:43 [PATCH] Documentation: Docbook: Fix files location change of kernel/[hr]timer.c in device-drivers.tmpl Masanari Iida
@ 2014-07-10 18:54 ` Randy Dunlap
  2014-07-10 19:02   ` Masanari Iida
  2014-07-10 19:30   ` Thomas Gleixner
  2014-07-11 10:10 ` [tip:timers/core] Documentation: Docbook: Fix files location change of kernel/[hr]timer.c tip-bot for Masanari Iida
  1 sibling, 2 replies; 5+ messages in thread
From: Randy Dunlap @ 2014-07-10 18:54 UTC (permalink / raw)
  To: Masanari Iida, tglx, linux-kernel, john.stultz, linux-doc

On 07/10/2014 11:43 AM, Masanari Iida wrote:
> make xmldocs failed because of file location change
> from kernel/[hr]timer.c to kernel/time/[hr]timer.c.

When does this change happen?  I don't see it in Linus's current git tree.

Thanks.

> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  Documentation/DocBook/device-drivers.tmpl | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
> index dd3f278..f213058 100644
> --- a/Documentation/DocBook/device-drivers.tmpl
> +++ b/Documentation/DocBook/device-drivers.tmpl
> @@ -54,7 +54,7 @@
>  !Ikernel/sched/cpupri.c
>  !Ikernel/sched/fair.c
>  !Iinclude/linux/completion.h
> -!Ekernel/timer.c
> +!Ekernel/time/timer.c
>       </sect1>
>       <sect1><title>Wait queues and Wake events</title>
>  !Iinclude/linux/wait.h
> @@ -63,7 +63,7 @@
>       <sect1><title>High-resolution timers</title>
>  !Iinclude/linux/ktime.h
>  !Iinclude/linux/hrtimer.h
> -!Ekernel/hrtimer.c
> +!Ekernel/time/hrtimer.c
>       </sect1>
>       <sect1><title>Workqueues and Kevents</title>
>  !Ekernel/workqueue.c
> 


-- 
~Randy

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation: Docbook: Fix files location change of kernel/[hr]timer.c in device-drivers.tmpl
  2014-07-10 18:54 ` Randy Dunlap
@ 2014-07-10 19:02   ` Masanari Iida
  2014-07-10 19:30   ` Thomas Gleixner
  1 sibling, 0 replies; 5+ messages in thread
From: Masanari Iida @ 2014-07-10 19:02 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: tglx, linux-kernel@vger.kernel.org, john.stultz, linux-doc

I am testing on linux-next 10th/july version.


On Fri, Jul 11, 2014 at 3:54 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
> On 07/10/2014 11:43 AM, Masanari Iida wrote:
>> make xmldocs failed because of file location change
>> from kernel/[hr]timer.c to kernel/time/[hr]timer.c.
>
> When does this change happen?  I don't see it in Linus's current git tree.
>

I am testing on linux-next 20140710
I believe 5cee964597260237dd2cabb3ec22bba0da24b25d is the
commit which moves the files in linux-next tree.

Thanks

> Thanks.
>
>> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
>> ---
>>  Documentation/DocBook/device-drivers.tmpl | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
>> index dd3f278..f213058 100644
>> --- a/Documentation/DocBook/device-drivers.tmpl
>> +++ b/Documentation/DocBook/device-drivers.tmpl
>> @@ -54,7 +54,7 @@
>>  !Ikernel/sched/cpupri.c
>>  !Ikernel/sched/fair.c
>>  !Iinclude/linux/completion.h
>> -!Ekernel/timer.c
>> +!Ekernel/time/timer.c
>>       </sect1>
>>       <sect1><title>Wait queues and Wake events</title>
>>  !Iinclude/linux/wait.h
>> @@ -63,7 +63,7 @@
>>       <sect1><title>High-resolution timers</title>
>>  !Iinclude/linux/ktime.h
>>  !Iinclude/linux/hrtimer.h
>> -!Ekernel/hrtimer.c
>> +!Ekernel/time/hrtimer.c
>>       </sect1>
>>       <sect1><title>Workqueues and Kevents</title>
>>  !Ekernel/workqueue.c
>>
>
>
> --
> ~Randy

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation: Docbook: Fix files location change of kernel/[hr]timer.c in device-drivers.tmpl
  2014-07-10 18:54 ` Randy Dunlap
  2014-07-10 19:02   ` Masanari Iida
@ 2014-07-10 19:30   ` Thomas Gleixner
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Gleixner @ 2014-07-10 19:30 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Masanari Iida, linux-kernel, john.stultz, linux-doc

On Thu, 10 Jul 2014, Randy Dunlap wrote:

> On 07/10/2014 11:43 AM, Masanari Iida wrote:
> > make xmldocs failed because of file location change
> > from kernel/[hr]timer.c to kernel/time/[hr]timer.c.
> 
> When does this change happen?  I don't see it in Linus's current git tree.

It's in my timer tree. I forgot about that. Will pick it up.
 
> Thanks.
> 
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> > ---
> >  Documentation/DocBook/device-drivers.tmpl | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
> > index dd3f278..f213058 100644
> > --- a/Documentation/DocBook/device-drivers.tmpl
> > +++ b/Documentation/DocBook/device-drivers.tmpl
> > @@ -54,7 +54,7 @@
> >  !Ikernel/sched/cpupri.c
> >  !Ikernel/sched/fair.c
> >  !Iinclude/linux/completion.h
> > -!Ekernel/timer.c
> > +!Ekernel/time/timer.c
> >       </sect1>
> >       <sect1><title>Wait queues and Wake events</title>
> >  !Iinclude/linux/wait.h
> > @@ -63,7 +63,7 @@
> >       <sect1><title>High-resolution timers</title>
> >  !Iinclude/linux/ktime.h
> >  !Iinclude/linux/hrtimer.h
> > -!Ekernel/hrtimer.c
> > +!Ekernel/time/hrtimer.c
> >       </sect1>
> >       <sect1><title>Workqueues and Kevents</title>
> >  !Ekernel/workqueue.c
> > 
> 
> 
> -- 
> ~Randy
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [tip:timers/core] Documentation: Docbook: Fix files location change of kernel/[hr]timer.c
  2014-07-10 18:43 [PATCH] Documentation: Docbook: Fix files location change of kernel/[hr]timer.c in device-drivers.tmpl Masanari Iida
  2014-07-10 18:54 ` Randy Dunlap
@ 2014-07-11 10:10 ` tip-bot for Masanari Iida
  1 sibling, 0 replies; 5+ messages in thread
From: tip-bot for Masanari Iida @ 2014-07-11 10:10 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, tglx, standby24x7

Commit-ID:  be11e6d86081aa6328eaa4fe6dd14ccf39a023c8
Gitweb:     http://git.kernel.org/tip/be11e6d86081aa6328eaa4fe6dd14ccf39a023c8
Author:     Masanari Iida <standby24x7@gmail.com>
AuthorDate: Fri, 11 Jul 2014 03:43:50 +0900
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Thu, 10 Jul 2014 22:21:06 +0200

Documentation: Docbook: Fix files location change of kernel/[hr]timer.c

make xmldocs failed because of file location change
from kernel/[hr]timer.c to kernel/time/[hr]timer.c.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Cc: john.stultz@linaro.org
Cc: rdunlap@infradead.org
Link: http://lkml.kernel.org/r/1405017830-31194-1-git-send-email-standby24x7@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 Documentation/DocBook/device-drivers.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
index cc63f30..6e06ebd 100644
--- a/Documentation/DocBook/device-drivers.tmpl
+++ b/Documentation/DocBook/device-drivers.tmpl
@@ -54,7 +54,7 @@
 !Ikernel/sched/cpupri.c
 !Ikernel/sched/fair.c
 !Iinclude/linux/completion.h
-!Ekernel/timer.c
+!Ekernel/time/timer.c
      </sect1>
      <sect1><title>Wait queues and Wake events</title>
 !Iinclude/linux/wait.h
@@ -63,7 +63,7 @@
      <sect1><title>High-resolution timers</title>
 !Iinclude/linux/ktime.h
 !Iinclude/linux/hrtimer.h
-!Ekernel/hrtimer.c
+!Ekernel/time/hrtimer.c
      </sect1>
      <sect1><title>Workqueues and Kevents</title>
 !Ekernel/workqueue.c

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-11 10:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 18:43 [PATCH] Documentation: Docbook: Fix files location change of kernel/[hr]timer.c in device-drivers.tmpl Masanari Iida
2014-07-10 18:54 ` Randy Dunlap
2014-07-10 19:02   ` Masanari Iida
2014-07-10 19:30   ` Thomas Gleixner
2014-07-11 10:10 ` [tip:timers/core] Documentation: Docbook: Fix files location change of kernel/[hr]timer.c tip-bot for Masanari Iida

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.