Skip to content

Commit f2cefc0

Browse files
sterling-tengctmarinas
authored andcommitted
docs/arm64: delete a space from tagged-address-abi
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 12b792e commit f2cefc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/arm64/tagged-address-abi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ how the user addresses are used by the kernel:
4949

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

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

0 commit comments

Comments
 (0)