From: Jonathan Corbet Date: Fri, 27 Jun 2025 18:39:56 +0000 (-0600) Subject: docs: kdoc: remove KernelEntry::function X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0aa3675c26b976db2b645385e8a7990270b39db0;p=users%2Fwilly%2Flinux.git docs: kdoc: remove KernelEntry::function This member is unused, to take it out. Reviewed-by: Mauro Carvalho Chehab Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20250627184000.132291-5-corbet@lwn.net --- 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 = ""