docs: kdoc: remove KernelEntry::function

This member is unused, to take it out.

Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250627184000.132291-5-corbet@lwn.net
This commit is contained in:
Jonathan Corbet
2025-06-27 12:39:56 -06:00
parent 08cd655e5b
commit 0aa3675c26

View File

@@ -129,7 +129,6 @@ class KernelEntry:
self.config = config
self._contents = []
self.function = ""
self.sectcheck = ""
self.struct_actual = ""
self.prototype = ""