mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
14e991154d
commit
1884847909
|
|
@ -108,6 +108,9 @@ Kernel objects manipulation
|
|||
.. kernel-doc:: lib/kobject.c
|
||||
:export:
|
||||
|
||||
.. kernel-doc:: lib/kobject_uevent.c
|
||||
:export:
|
||||
|
||||
Kernel utility functions
|
||||
------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue