]> git.baikalelectronics.ru Git - kernel.git/commit
atomic: remove further references to atomic_ops
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Sun, 20 Dec 2020 06:09:27 +0000 (07:09 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 31 Dec 2020 22:51:33 +0000 (15:51 -0700)
commitdaace0e49d8a0cfee6c263c5ca1717f865e07bcc
tree269cbbc6bfc6569f5c17d9d9ad0f0d5919f3c8d0
parent704a7078b006fc268e34192eae2db783e812d492
atomic: remove further references to atomic_ops

Commit df392050804d ("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: df392050804d ("atomic: Delete obsolete documentation")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20201220060927.21582-1-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/index.rst
MAINTAINERS