linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/linux-next] Documentation:DocBook: Fix file paths in gadget.tmpl
@ 2014-07-18  3:46 Masanari Iida
  2014-07-18  3:46 ` [PATCH/linux-next] Documentation:Docbook: Fix file locations " Masanari Iida
  0 siblings, 1 reply; 5+ messages in thread
From: Masanari Iida @ 2014-07-18  3:46 UTC (permalink / raw)
  To: sfr, rdunlap, linux-kernel, linux-doc; +Cc: Masanari Iida

Started on linux-next 2014-07-17, commit 5ed4ac73e5975b 
was added. This patch moves file location from 
driver/usb/gadget to driver/usb/gadget/function.
Because of this change, make xmldocs started to fail,
because the gadget.tmpl file still have an old paths.

Masanari Iida (1):
  Documentation:Docbook: Fix file locations in gadget.tmpl

 Documentation/DocBook/gadget.tmpl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
2.0.1.537.g81e776d


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

* [PATCH/linux-next] Documentation:Docbook: Fix file locations in gadget.tmpl
  2014-07-18  3:46 [PATCH/linux-next] Documentation:DocBook: Fix file paths in gadget.tmpl Masanari Iida
@ 2014-07-18  3:46 ` Masanari Iida
  2014-07-18 15:19   ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Masanari Iida @ 2014-07-18  3:46 UTC (permalink / raw)
  To: sfr, rdunlap, linux-kernel, linux-doc; +Cc: Masanari Iida

Because of file location changes by commit 5ed4ac73e5975,
make xmldocs failed because of missing files.
Fix file paths in gadget.tmpl file.

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

diff --git a/Documentation/DocBook/gadget.tmpl b/Documentation/DocBook/gadget.tmpl
index 2c425d7..6416292 100644
--- a/Documentation/DocBook/gadget.tmpl
+++ b/Documentation/DocBook/gadget.tmpl
@@ -556,11 +556,11 @@ been converted to this framework.
 Near-term plans include converting all of them, except for "gadgetfs".
 </para>
 
-!Edrivers/usb/gadget/f_acm.c
-!Edrivers/usb/gadget/f_ecm.c
-!Edrivers/usb/gadget/f_subset.c
-!Edrivers/usb/gadget/f_obex.c
-!Edrivers/usb/gadget/f_serial.c
+!Edrivers/usb/gadget/function/f_acm.c
+!Edrivers/usb/gadget/function/f_ecm.c
+!Edrivers/usb/gadget/function/f_subset.c
+!Edrivers/usb/gadget/function/f_obex.c
+!Edrivers/usb/gadget/function/f_serial.c
 
 </sect1>
 
-- 
2.0.1.537.g81e776d


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

* Re: [PATCH/linux-next] Documentation:Docbook: Fix file locations in gadget.tmpl
  2014-07-18  3:46 ` [PATCH/linux-next] Documentation:Docbook: Fix file locations " Masanari Iida
@ 2014-07-18 15:19   ` Randy Dunlap
  2014-07-18 15:42     ` Felipe Balbi
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2014-07-18 15:19 UTC (permalink / raw)
  To: Masanari Iida, sfr, linux-kernel, linux-doc, Felipe Balbi,
	Greg Kroah-Hartman

On 07/17/2014 08:46 PM, Masanari Iida wrote:
> Because of file location changes by commit 5ed4ac73e5975,
> make xmldocs failed because of missing files.
> Fix file paths in gadget.tmpl file.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Hi,

There was a patch for this on the USB mailing list yesterday
from Andrzej Pietrasiewicz <andrzej.p@samsung.com>.

Hopefully Felipe or Greg will apply one of them soon.

Thanks.

> ---
>  Documentation/DocBook/gadget.tmpl | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/DocBook/gadget.tmpl b/Documentation/DocBook/gadget.tmpl
> index 2c425d7..6416292 100644
> --- a/Documentation/DocBook/gadget.tmpl
> +++ b/Documentation/DocBook/gadget.tmpl
> @@ -556,11 +556,11 @@ been converted to this framework.
>  Near-term plans include converting all of them, except for "gadgetfs".
>  </para>
>  
> -!Edrivers/usb/gadget/f_acm.c
> -!Edrivers/usb/gadget/f_ecm.c
> -!Edrivers/usb/gadget/f_subset.c
> -!Edrivers/usb/gadget/f_obex.c
> -!Edrivers/usb/gadget/f_serial.c
> +!Edrivers/usb/gadget/function/f_acm.c
> +!Edrivers/usb/gadget/function/f_ecm.c
> +!Edrivers/usb/gadget/function/f_subset.c
> +!Edrivers/usb/gadget/function/f_obex.c
> +!Edrivers/usb/gadget/function/f_serial.c
>  
>  </sect1>
>  
> 


-- 
~Randy

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

* Re: [PATCH/linux-next] Documentation:Docbook: Fix file locations in gadget.tmpl
  2014-07-18 15:19   ` Randy Dunlap
@ 2014-07-18 15:42     ` Felipe Balbi
  2014-07-18 23:24       ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Felipe Balbi @ 2014-07-18 15:42 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Masanari Iida, sfr, linux-kernel, linux-doc, Felipe Balbi,
	Greg Kroah-Hartman

[-- Attachment #1: Type: text/plain, Size: 620 bytes --]

On Fri, Jul 18, 2014 at 08:19:20AM -0700, Randy Dunlap wrote:
> On 07/17/2014 08:46 PM, Masanari Iida wrote:
> > Because of file location changes by commit 5ed4ac73e5975,
> > make xmldocs failed because of missing files.
> > Fix file paths in gadget.tmpl file.
> > 
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> 
> Hi,
> 
> There was a patch for this on the USB mailing list yesterday
> from Andrzej Pietrasiewicz <andrzej.p@samsung.com>.
> 
> Hopefully Felipe or Greg will apply one of them soon.

already in my tree, should be in linux-next already. If not today,
tomorrow.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [PATCH/linux-next] Documentation:Docbook: Fix file locations in gadget.tmpl
  2014-07-18 15:42     ` Felipe Balbi
@ 2014-07-18 23:24       ` Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2014-07-18 23:24 UTC (permalink / raw)
  To: Felipe Balbi
  Cc: Randy Dunlap, Masanari Iida, linux-kernel, linux-doc, Greg Kroah-Hartman

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

Hi Felipe,

On Fri, 18 Jul 2014 10:42:32 -0500 Felipe Balbi <balbi@ti.com> wrote:
>
> already in my tree, should be in linux-next already. If not today,
> tomorrow.

Well, Monday (logical tomorrow :-))

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2014-07-18 23:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-18  3:46 [PATCH/linux-next] Documentation:DocBook: Fix file paths in gadget.tmpl Masanari Iida
2014-07-18  3:46 ` [PATCH/linux-next] Documentation:Docbook: Fix file locations " Masanari Iida
2014-07-18 15:19   ` Randy Dunlap
2014-07-18 15:42     ` Felipe Balbi
2014-07-18 23:24       ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).