]> git.ipfire.org Git - thirdparty/linux.git/commit
Documentation/sphinx/kernel_feat.py: use class directly
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 18 Nov 2025 19:09:27 +0000 (20:09 +0100)
committerJonathan Corbet <corbet@lwn.net>
Fri, 21 Nov 2025 17:32:30 +0000 (10:32 -0700)
commitb713807eab1ee6716c80bb318cb8580408d0137d
treec864614491ed9b8dec403f5e05b51bf324d2f6d5
parentcaa642bf3b767c4b33a62c6e2c2708fafb88ea6c
Documentation/sphinx/kernel_feat.py: use class directly

Now that get_feat is in Python, we don't need to use subprocess
to fork an executable file: we can use the feature classes
directly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <c59d2542d7cc914fd5f8c84df966e63adc924cdc.1763492868.git.mchehab+huawei@kernel.org>
Documentation/sphinx/kernel_feat.py