Re: [PATCH] arch/Kconfig: update a broken file reference
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2021-01-21 19:48:36
Also in:
kernel-janitors, lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2021-01-21 19:48:36
Also in:
kernel-janitors, lkml
On Thu, 21 Jan 2021 11:44:58 -0700 Jonathan Corbet [off-list ref] wrote:
On Tue, 19 Jan 2021 10:53:26 +0100 Lukas Bulwahn [off-list ref] wrote:quoted
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> --- 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.
Thanks Jon! -- Steve