diff options
author | 2025-06-25 16:58:55 -0600 | |
---|---|---|
committer | 2025-06-25 16:58:55 -0600 | |
commit | f61e404f5b6124905025dbda58afa1fd3171100f (patch) | |
tree | 74ceddaf610fbe7c9e59a32128c812f5396546f8 /scripts/lib/kdoc/kdoc_parser.py | |
parent | docs: kdoc: remove a bit of dead code (diff) | |
download | wireguard-linux-f61e404f5b6124905025dbda58afa1fd3171100f.tar.xz wireguard-linux-f61e404f5b6124905025dbda58afa1fd3171100f.zip |
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/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 = "" |