Re: [PATCH] arch/Kconfig: update a broken file reference

From: Jonathan Corbet
Date: Thu Jan 21 2021 - 15:08:15 EST


On Tue, 19 Jan 2021 10:53:26 +0100
Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> wrote:

> 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@xxxxxxxxx>
> ---
> applies cleanly on current master and next-20210118
>
> Steven, could you pick this fix to your commit or, at least, ack it so that
> Jonathan can pick it?

I've gone ahead and applied it, thanks.

jon