Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: kdoc: remove KernelEntry::function

This member is unused, to take it out.

Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250627184000.132291-5-corbet@lwn.net

-1
-1
scripts/lib/kdoc/kdoc_parser.py
··· 129 129 self.config = config 130 130 131 131 self._contents = [] 132 - self.function = "" 133 132 self.sectcheck = "" 134 133 self.struct_actual = "" 135 134 self.prototype = ""