[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e605a8d8-4f40-447d-8238-eccb7e22342a@roeck-us.net>
Date: Sat, 10 Jun 2023 07:39:04 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Yongsheng Yang <iyysheng@...il.com>
Cc: jdelvare@...e.com, corbet@....net, linux-hwmon@...r.kernel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] Documentation/hwmon: Fix description of
devm_hwmon_device_unregister()
On Fri, Jun 09, 2023 at 11:55:10AM +0400, Yongsheng Yang wrote:
> Use devm_hwmon_device_register_with_info to replace
> hwmon_device_register_with_info in description of
> devm_hwmon_device_unregister.
>
You didn't add () to function names, but I guess it is better to do that
in a separate patch anyway.
Applied.
Thanks,
Guenter
> Signed-off-by: Yongsheng Yang <iyysheng@...il.com>
> Reviewed-by: Bagas Sanjaya <bagasdotme@...il.com>
> ---
> Documentation/hwmon/hwmon-kernel-api.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/hwmon/hwmon-kernel-api.rst b/Documentation/hwmon/hwmon-kernel-api.rst
> index c2d1e0299d8d..6cacf7daf25c 100644
> --- a/Documentation/hwmon/hwmon-kernel-api.rst
> +++ b/Documentation/hwmon/hwmon-kernel-api.rst
> @@ -66,7 +66,7 @@ hwmon_device_register_with_info.
>
> devm_hwmon_device_unregister does not normally have to be called. It is only
> needed for error handling, and only needed if the driver probe fails after
> -the call to hwmon_device_register_with_info and if the automatic (device
> +the call to devm_hwmon_device_register_with_info and if the automatic (device
> managed) removal would be too late.
>
> All supported hwmon device registration functions only accept valid device
Powered by blists - more mailing lists