2021-03-30 09:00:27

by He Ying

[permalink] [raw]
Subject: [PATCH -next] docs: arm64: Fix a grammar error

depending -> depending on

Reported-by: Hulk Robot <[email protected]>
Signed-off-by: He Ying <[email protected]>
---
Documentation/arm64/tagged-address-abi.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/arm64/tagged-address-abi.rst b/Documentation/arm64/tagged-address-abi.rst
index 4a9d9c794ee5..cbc4d4500241 100644
--- a/Documentation/arm64/tagged-address-abi.rst
+++ b/Documentation/arm64/tagged-address-abi.rst
@@ -40,7 +40,7 @@ space obtained in one of the following ways:
during creation and with the same restrictions as for ``mmap()`` above
(e.g. data, bss, stack).

-The AArch64 Tagged Address ABI has two stages of relaxation depending
+The AArch64 Tagged Address ABI has two stages of relaxation depending on
how the user addresses are used by the kernel:

1. User addresses not accessed by the kernel but used for address space
--
2.17.1


2021-04-01 18:29:11

by Catalin Marinas

[permalink] [raw]
Subject: Re: [PATCH -next] docs: arm64: Fix a grammar error

On Tue, 30 Mar 2021 04:58:17 -0400, He Ying wrote:
> depending -> depending on

Applied to arm64 (for-next/misc), thanks!

[1/1] docs: arm64: Fix a grammar error
https://git.kernel.org/arm64/c/68f638a432df

--
Catalin