Skip to content

Commit

Permalink
docs/arm64: delete a space from tagged-address-abi
Browse files Browse the repository at this point in the history
Since e71e2ac("userfaultfd: do not untag user pointers") which
introduced a warning:

linux/Documentation/arm64/tagged-address-abi.rst:52: WARNING: Unexpected indentation.

Let's fix it.

Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Link: https://lore.kernel.org/r/20211209091922.560979-1-siyanteng@loongson.cn
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
sterling-teng authored and ctmarinas committed Dec 14, 2021
1 parent 12b792e commit f2cefc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/arm64/tagged-address-abi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ how the user addresses are used by the kernel:

- ``brk()``, ``mmap()`` and the ``new_address`` argument to
``mremap()`` as these have the potential to alias with existing
user addresses.
user addresses.

NOTE: This behaviour changed in v5.6 and so some earlier kernels may
incorrectly accept valid tagged pointers for the ``brk()``,
Expand Down

0 comments on commit f2cefc0

Please sign in to comment.