* [PATCH] Docs: driver-api/basics: add kobject_event interfaces
@ 2025-05-09 0:55 Randy Dunlap
2025-05-19 11:52 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2025-05-09 0:55 UTC (permalink / raw)
To: linux-kernel
Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Greg Kroah-Hartman,
Rafael J. Wysocki, Danilo Krummrich
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>
---
Documentation/driver-api/basics.rst | 3 +++
1 file changed, 3 insertions(+)
--- linux-next-20250508.orig/Documentation/driver-api/basics.rst
+++ linux-next-20250508/Documentation/driver-api/basics.rst
@@ -108,6 +108,9 @@ Kernel objects manipulation
.. kernel-doc:: lib/kobject.c
:export:
+.. kernel-doc:: lib/kobject_uevent.c
+ :export:
+
Kernel utility functions
------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Docs: driver-api/basics: add kobject_event interfaces
2025-05-09 0:55 [PATCH] Docs: driver-api/basics: add kobject_event interfaces Randy Dunlap
@ 2025-05-19 11:52 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2025-05-19 11:52 UTC (permalink / raw)
To: Randy Dunlap, linux-kernel
Cc: Randy Dunlap, linux-doc, Greg Kroah-Hartman, Rafael J. Wysocki,
Danilo Krummrich
Randy Dunlap <rdunlap@infradead.org> writes:
> 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>
> ---
> Documentation/driver-api/basics.rst | 3 +++
> 1 file changed, 3 insertions(+)
>
> --- linux-next-20250508.orig/Documentation/driver-api/basics.rst
> +++ linux-next-20250508/Documentation/driver-api/basics.rst
> @@ -108,6 +108,9 @@ Kernel objects manipulation
> .. kernel-doc:: lib/kobject.c
> :export:
>
> +.. kernel-doc:: lib/kobject_uevent.c
> + :export:
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-19 11:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-09 0:55 [PATCH] Docs: driver-api/basics: add kobject_event interfaces Randy Dunlap
2025-05-19 11:52 ` Jonathan Corbet
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.