diff options
author | He Ying <heying24@huawei.com> | 2021-03-30 11:58:17 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2021-03-30 12:32:23 +0300 |
commit | 68f638a432dff4ed3e053cde2bd23ed36b4c057c (patch) | |
tree | 0c3bb3cc02adaea3392e4eee34316c6434e052ae /Documentation/arm64/tagged-address-abi.rst | |
parent | a52ef778ff28d0782172e4e0b99aeda7bd97dd21 (diff) | |
download | linux-68f638a432dff4ed3e053cde2bd23ed36b4c057c.tar.xz |
docs: arm64: Fix a grammar error
depending -> depending on
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: He Ying <heying24@huawei.com>
Link: https://lore.kernel.org/r/20210330085817.86185-1-heying24@huawei.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'Documentation/arm64/tagged-address-abi.rst')
-rw-r--r-- | Documentation/arm64/tagged-address-abi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |