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 <[email protected]> Cc: [email protected] Acked-by: Mike Rapoport (IBM) <[email protected]> Acked-by: Catalin Marinas <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 6e4596c commit c300340

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)