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: driver-api/basics: add kobject_event interfaces

Add the kernel-doc comments from lib/kobject_uevent.c to the
"Kernel objects manipulation" section of driver API Basics.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Rafael J. Wysocki <rafael@kernel.org>
Cc: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250509005538.685678-1-rdunlap@infradead.org>

authored by

Randy Dunlap and committed by
Jonathan Corbet
18848479 14e99115

+3
+3
Documentation/driver-api/basics.rst
··· 108 108 .. kernel-doc:: lib/kobject.c 109 109 :export: 110 110 111 + .. kernel-doc:: lib/kobject_uevent.c 112 + :export: 113 + 111 114 Kernel utility functions 112 115 ------------------------ 113 116