[4/5] mm: Fix a dangling Documentation/arm64 reference

Message ID 20230613094606.334687-5-corbet@lwn.net
State New
Headers
Series arm64: docs: Move the arm64 docs under Documentation/arch/ |

Commit Message

Jonathan Corbet June 13, 2023, 9:46 a.m. UTC
  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
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 mm/mremap.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Comments

Mike Rapoport June 13, 2023, 1:41 p.m. UTC | #1
On Tue, Jun 13, 2023 at 03:46:05AM -0600, Jonathan Corbet wrote:
> 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
> Signed-off-by: Jonathan Corbet <corbet@lwn.net>

Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>

> ---
>  mm/mremap.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/mm/mremap.c b/mm/mremap.c
> index b11ce6c92099..3185724d8b13 100644
> --- a/mm/mremap.c
> +++ b/mm/mremap.c
> @@ -914,7 +914,8 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
>  	 * mapping address intact. A non-zero tag will cause the subsequent
>  	 * range checks to reject the address as invalid.
>  	 *
> -	 * See Documentation/arm64/tagged-address-abi.rst for more information.
> +	 * See Documentation/arch/arm64/tagged-address-abi.rst for more
> +	 * information.
>  	 */
>  	addr = untagged_addr(addr);
>  
> -- 
> 2.40.1
> 
>
  
Catalin Marinas June 14, 2023, 7:13 a.m. UTC | #2
On Tue, Jun 13, 2023 at 03:46:05AM -0600, Jonathan Corbet wrote:
> 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
> Signed-off-by: Jonathan Corbet <corbet@lwn.net>

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
  

Patch

diff --git a/mm/mremap.c b/mm/mremap.c
index b11ce6c92099..3185724d8b13 100644
--- a/mm/mremap.c
+++ b/mm/mremap.c
@@ -914,7 +914,8 @@  SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
 	 * mapping address intact. A non-zero tag will cause the subsequent
 	 * range checks to reject the address as invalid.
 	 *
-	 * See Documentation/arm64/tagged-address-abi.rst for more information.
+	 * See Documentation/arch/arm64/tagged-address-abi.rst for more
+	 * information.
 	 */
 	addr = untagged_addr(addr);