* [PATCH] atomic: remove further references to atomic_ops
@ 2020-12-20 6:09 Lukas Bulwahn
2020-12-31 22:51 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2020-12-20 6:09 UTC (permalink / raw)
To: Peter Zijlstra; +Cc: Jonathan Corbet, linux-doc, linux-kernel, Lukas Bulwahn
Commit f0400a77ebdc ("atomic: Delete obsolete documentation") removed
./Documentation/core-api/atomic_ops.rst, but missed to remove further
references to that file.
Hence, make htmldocs warns:
Documentation/core-api/index.rst:53: WARNING:
toctree contains reference to nonexisting document 'core-api/atomic_ops'
Also, ./scripts/get_maintainer.pl --self-test=patterns warns:
warning: no file matches F: Documentation/core-api/atomic_ops.rst
Remove further references to ./Documentation/core-api/atomic_ops.rst.
Fixes: f0400a77ebdc ("atomic: Delete obsolete documentation")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Peter, please pick this quick minor fix on top of your commit above.
Documentation/core-api/index.rst | 1 -
MAINTAINERS | 1 -
2 files changed, 2 deletions(-)
diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst
index 69171b1799f2..f1c9d20bd42d 100644
--- a/Documentation/core-api/index.rst
+++ b/Documentation/core-api/index.rst
@@ -53,7 +53,6 @@ How Linux keeps everything from happening at the same time. See
.. toctree::
:maxdepth: 1
- atomic_ops
refcount-vs-atomic
irq/index
local_ops
diff --git a/MAINTAINERS b/MAINTAINERS
index f5eafee83bc6..4ea4ef9ec5d4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10280,7 +10280,6 @@ S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
F: Documentation/atomic_bitops.txt
F: Documentation/atomic_t.txt
-F: Documentation/core-api/atomic_ops.rst
F: Documentation/core-api/refcount-vs-atomic.rst
F: Documentation/litmus-tests/
F: Documentation/memory-barriers.txt
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] atomic: remove further references to atomic_ops
2020-12-20 6:09 [PATCH] atomic: remove further references to atomic_ops Lukas Bulwahn
@ 2020-12-31 22:51 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-12-31 22:51 UTC (permalink / raw)
To: Lukas Bulwahn; +Cc: Peter Zijlstra, linux-doc, linux-kernel
On Sun, 20 Dec 2020 07:09:27 +0100
Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
> Commit f0400a77ebdc ("atomic: Delete obsolete documentation") removed
> ./Documentation/core-api/atomic_ops.rst, but missed to remove further
> references to that file.
>
> Hence, make htmldocs warns:
>
> Documentation/core-api/index.rst:53: WARNING:
> toctree contains reference to nonexisting document 'core-api/atomic_ops'
>
> Also, ./scripts/get_maintainer.pl --self-test=patterns warns:
>
> warning: no file matches F: Documentation/core-api/atomic_ops.rst
>
> Remove further references to ./Documentation/core-api/atomic_ops.rst.
>
> Fixes: f0400a77ebdc ("atomic: Delete obsolete documentation")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
I've applied this, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-31 22:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-20 6:09 [PATCH] atomic: remove further references to atomic_ops Lukas Bulwahn
2020-12-31 22:51 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox