diff options
author | Abhinav Saxena <xandfury@gmail.com> | 2024-11-06 23:37:08 -0700 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2024-11-11 08:17:48 -0800 |
commit | 5249b164e666cbdea970c88f2f0e5b06577f9e7b (patch) | |
tree | e04ad3980808b96d031001efea1d0c1e0442a331 /Documentation/bpf | |
parent | ec8d3b5c2adc356d3b34c0fe44a5be74022be037 (diff) | |
download | lwn-5249b164e666cbdea970c88f2f0e5b06577f9e7b.tar.gz lwn-5249b164e666cbdea970c88f2f0e5b06577f9e7b.zip |
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>
Diffstat (limited to 'Documentation/bpf')
-rw-r--r-- | Documentation/bpf/verifier.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/bpf/verifier.rst b/Documentation/bpf/verifier.rst index d23761540002..95e6f80a407e 100644 --- a/Documentation/bpf/verifier.rst +++ b/Documentation/bpf/verifier.rst @@ -507,7 +507,7 @@ Notes: from the parent state to the current state. * Details about REG_LIVE_READ32 are omitted. - + * Function ``propagate_liveness()`` (see section :ref:`read_marks_for_cache_hits`) might override the first parent link. Please refer to the comments in the ``propagate_liveness()`` and ``mark_reg_read()`` source code for further @@ -571,7 +571,7 @@ works:: are considered equivalent. .. _read_marks_for_cache_hits: - + Read marks propagation for cache hits ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |