diff options
author | Jonathan Corbet <corbet@lwn.net> | 2025-06-25 16:58:55 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-06-25 16:58:55 -0600 |
commit | f61e404f5b6124905025dbda58afa1fd3171100f (patch) | |
tree | 74ceddaf610fbe7c9e59a32128c812f5396546f8 /scripts/lib | |
parent | 1550a409e778673a63a6957718b802050f98359a (diff) |
docs: kdoc: remove KernelEntry::function
This member is unused, to take it out.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'scripts/lib')
-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 = "" |