]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
docs: kernel_include.py: remove range restriction for gen docs
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 22 Aug 2025 14:19:27 +0000 (16:19 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 29 Aug 2025 21:54:43 +0000 (15:54 -0600)
commit67faed5d213d87f3b5bdfc78a12d1d9d3e7aac46
tree553fa92f66cac2f3e0834c6711708b4363d41aa9
parent3f7f3d494119170dc6636228e8425048effa2931
docs: kernel_include.py: remove range restriction for gen docs

Originally, parse-readers were generating an output where
the first two lines were setting a literal block.

The script now gets only the actual parsed data without that,
so it is now safe to allow start-line and end-line parameters
to be handled.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/5dff693860a6a3faade15c24abdc380f09db468d.1755872208.git.mchehab+huawei@kernel.org
Documentation/sphinx/kernel_include.py