On Sun, 20 Dec 2020 07:09:27 +0100
Lukas Bulwahn <[email protected]> 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 <[email protected]>
> ---
I've applied this, thanks.
jon