]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
docs: kernel_include.py: move rawtext logic to separate functions
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 22 Aug 2025 14:19:25 +0000 (16:19 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 29 Aug 2025 21:54:42 +0000 (15:54 -0600)
commit012e00dda347e72a6079c6d21f0c8f97333cc477
tree880fa6c9e3924ae216621de64c8b4025e5d2479e
parent39f5f2fa8c959eb897416e928d12f6aec1e7d5e4
docs: kernel_include.py: move rawtext logic to separate functions

The run function is too complex. merge run() and _run() into
a single function and move the read logic to separate functions.

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