]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - arch/Kconfig
arch/Kconfig: update a broken file reference
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Tue, 19 Jan 2021 09:53:26 +0000 (10:53 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 21 Jan 2021 21:06:00 +0000 (14:06 -0700)
commitba1a297d78f47a23b138fb5cad953ae4a3fa4929
tree37818ae87cba58a1f90a2e731b216c4c21d98fd2
parentffcc972a88aa23c5aa728a96f8362a01b7480510
arch/Kconfig: update a broken file reference

Commit adab66b71abf ("Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"")
added the config HAVE_64BIT_ALIGNED_ACCESS back into arch/Kconfig with this
revert. In the meantime, commit c9b54d6f362c ("docs: move other kAPI
documents to core-api") changed ./Documentation/unaligned-memory-access.txt
to ./Documentation/core-api/unaligned-memory-access.rst.

Fortunately, ./scripts/documentation-file-ref-check detects this and warns
about this broken reference.

Update the file reference in arch/Kconfig.

Fixes: adab66b71abf ("Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20210119095326.13896-1-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
arch/Kconfig