Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bpf: Remove trailing whitespace in verifier.rst

Remove trailing whitespace in Documentation/bpf/verifier.rst.

Signed-off-by: Abhinav Saxena <xandfury@gmail.com>
Link: https://lore.kernel.org/r/20241107063708.106340-2-xandfury@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>

authored by

Abhinav Saxena and committed by
Andrii Nakryiko
5249b164 ec8d3b5c

+2 -2
+2 -2
Documentation/bpf/verifier.rst
··· 507 507 from the parent state to the current state. 508 508 509 509 * Details about REG_LIVE_READ32 are omitted. 510 - 510 + 511 511 * Function ``propagate_liveness()`` (see section :ref:`read_marks_for_cache_hits`) 512 512 might override the first parent link. Please refer to the comments in the 513 513 ``propagate_liveness()`` and ``mark_reg_read()`` source code for further ··· 571 571 are considered equivalent. 572 572 573 573 .. _read_marks_for_cache_hits: 574 - 574 + 575 575 Read marks propagation for cache hits 576 576 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 577 577