diff options
author | Jonathan Corbet <corbet@lwn.net> | 2025-06-27 12:39:56 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-07-01 13:11:58 -0600 |
commit | 0aa3675c26b976db2b645385e8a7990270b39db0 (patch) | |
tree | 74ceddaf610fbe7c9e59a32128c812f5396546f8 /scripts/lib/kdoc/kdoc_parser.py | |
parent | 08cd655e5b1ffaaac20724ce56ce543be41f300a (diff) |
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
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
-rw-r--r-- | scripts/lib/kdoc/kdoc_parser.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/kdoc/kdoc_parser.py b/scripts/lib/kdoc/kdoc_parser.py index 9e46cfa20978..224dea5f7c2e 100644 --- a/scripts/lib/kdoc/kdoc_parser.py +++ b/scripts/lib/kdoc/kdoc_parser.py @@ -129,7 +129,6 @@ class KernelEntry: self.config = config self._contents = [] - self.function = "" self.sectcheck = "" self.struct_actual = "" self.prototype = "" |