Skip to content

Commit c300340

Browse files
author
Jonathan Corbet
committed
mm: Fix a dangling Documentation/arm64 reference
The arm64 documentation has moved under Documentation/arch/. Fix up a reference in mm/mremap.c to match. Cc: Andrew Morton <akpm@linux-foundation.org> Cc: linux-mm@kvack.org Acked-by: Mike Rapoport (IBM) <rppt@kernel.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 6e4596c commit c300340

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mm/mremap.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,8 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
914914
* mapping address intact. A non-zero tag will cause the subsequent
915915
* range checks to reject the address as invalid.
916916
*
917-
* See Documentation/arm64/tagged-address-abi.rst for more information.
917+
* See Documentation/arch/arm64/tagged-address-abi.rst for more
918+
* information.
918919
*/
919920
addr = untagged_addr(addr);
920921

0 commit comments

Comments
 (0)