[PATCH 4/8] docs: kdoc: remove KernelEntry::function

From: Jonathan Corbet
Date: Fri Jun 27 2025 - 14:41:18 EST


This member is unused, to take it out.

Signed-off-by: Jonathan Corbet <corbet@xxxxxxx>
---
scripts/lib/kdoc/kdoc_parser.py | 1 -
1 file changed, 1 deletion(-)

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 = ""
--
2.49.0