mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
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:
@@ -129,7 +129,6 @@ class KernelEntry:
|
||||
self.config = config
|
||||
|
||||
self._contents = []
|
||||
self.function = ""
|
||||
self.sectcheck = ""
|
||||
self.struct_actual = ""
|
||||
self.prototype = ""
|
||||
|
||||
Reference in New Issue
Block a user