Re: [PATCH] Docs: driver-api/basics: add kobject_event interfaces
From: Jonathan Corbet
Date: Mon May 19 2025 - 07:52:19 EST
Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: linux-doc@xxxxxxxxxxxxxxx
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Cc: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
> Cc: Danilo Krummrich <dakr@xxxxxxxxxx>
> ---
> 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