aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/kdoc/kdoc_parser.py
diff options
context:
space:
mode:
authorJonathan Corbet <[email protected]>2025-06-27 18:39:56 +0000
committerJonathan Corbet <[email protected]>2025-07-01 19:11:58 +0000
commit0aa3675c26b976db2b645385e8a7990270b39db0 (patch)
tree74ceddaf610fbe7c9e59a32128c812f5396546f8 /scripts/lib/kdoc/kdoc_parser.py
parentdocs: kdoc: remove a bit of dead code (diff)
downloadkernel-0aa3675c26b976db2b645385e8a7990270b39db0.tar.gz
kernel-0aa3675c26b976db2b645385e8a7990270b39db0.zip
docs: kdoc: remove KernelEntry::function
This member is unused, to take it out. Reviewed-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
-rw-r--r--scripts/lib/kdoc/kdoc_parser.py1
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 = ""