linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] Documentation: futex: handle source file rename
@ 2021-10-19  2:22 Randy Dunlap
  2021-10-19 12:46 ` André Almeida
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2021-10-19  2:22 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Thomas Gleixner, Ingo Molnar, Peter Zijlstra,
	Darren Hart, Davidlohr Bueso, André Almeida, linux-doc,
	Jonathan Corbet

Handle the move/rename of kernel/futex.c to kernel/futex/core.c.

Prevents docs build errors and warnings:

Error: Cannot open file ../kernel/futex.c
Error: Cannot open file ../kernel/futex.c
Error: Cannot open file ../kernel/futex.c
Error: Cannot open file ../kernel/futex.c
WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -sphinx-version 1.8.5 -internal ../kernel/futex.c' failed with return code 2
WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -sphinx-version 1.8.5 -internal ../kernel/futex.c' failed with return code 2

Fixes: 77e52ae35463 ("futex: Move to kernel/futex/")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Darren Hart <dvhart@infradead.org>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: André Almeida <andrealmeid@collabora.com>
Cc: linux-doc@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/kernel-hacking/locking.rst                    |    2 +-
 Documentation/translations/it_IT/kernel-hacking/locking.rst |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20211018.orig/Documentation/kernel-hacking/locking.rst
+++ linux-next-20211018/Documentation/kernel-hacking/locking.rst
@@ -1352,7 +1352,7 @@ Mutex API reference
 Futex API reference
 ===================
 
-.. kernel-doc:: kernel/futex.c
+.. kernel-doc:: kernel/futex/core.c
    :internal:
 
 Further reading
--- linux-next-20211018.orig/Documentation/translations/it_IT/kernel-hacking/locking.rst
+++ linux-next-20211018/Documentation/translations/it_IT/kernel-hacking/locking.rst
@@ -1396,7 +1396,7 @@ Riferimento per l'API dei Mutex
 Riferimento per l'API dei Futex
 ===============================
 
-.. kernel-doc:: kernel/futex.c
+.. kernel-doc:: kernel/futex/core.c
    :internal:
 
 Approfondimenti

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

* Re: [PATCH -next] Documentation: futex: handle source file rename
  2021-10-19  2:22 [PATCH -next] Documentation: futex: handle source file rename Randy Dunlap
@ 2021-10-19 12:46 ` André Almeida
  0 siblings, 0 replies; 2+ messages in thread
From: André Almeida @ 2021-10-19 12:46 UTC (permalink / raw)
  To: Randy Dunlap, Peter Zijlstra
  Cc: Thomas Gleixner, Ingo Molnar, Darren Hart, Davidlohr Bueso,
	linux-doc, Jonathan Corbet, linux-kernel

Hi Randy,

Às 23:22 de 18/10/21, Randy Dunlap escreveu:
> Handle the move/rename of kernel/futex.c to kernel/futex/core.c.
> 
> Prevents docs build errors and warnings:
> 
> Error: Cannot open file ../kernel/futex.c
> Error: Cannot open file ../kernel/futex.c
> Error: Cannot open file ../kernel/futex.c
> Error: Cannot open file ../kernel/futex.c
> WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -sphinx-version 1.8.5 -internal ../kernel/futex.c' failed with return code 2
> WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -sphinx-version 1.8.5 -internal ../kernel/futex.c' failed with return code 2
> 
> Fixes: 77e52ae35463 ("futex: Move to kernel/futex/")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: Peter Zijlstra <peterz@infradead.org>
> Cc: Darren Hart <dvhart@infradead.org>
> Cc: Davidlohr Bueso <dave@stgolabs.net>
> Cc: André Almeida <andrealmeid@collabora.com>
> Cc: linux-doc@vger.kernel.org
> Cc: Jonathan Corbet <corbet@lwn.net>

Thanks for your patch. I had already sent a fix:
https://lore.kernel.org/lkml/20211012135549.14451-1-andrealmeid@collabora.com/


Peter, can you get my fix at tip/locking/core?

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

end of thread, other threads:[~2021-10-19 12:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19  2:22 [PATCH -next] Documentation: futex: handle source file rename Randy Dunlap
2021-10-19 12:46 ` André Almeida

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).