Documentation/hwmon: Fix description of devm_hwmon_device_unregister()
authorYongsheng Yang <iyysheng@gmail.com>
Fri, 9 Jun 2023 07:55:10 +0000 (11:55 +0400)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 10 Jun 2023 14:38:22 +0000 (07:38 -0700)
Use devm_hwmon_device_register_with_info to replace
hwmon_device_register_with_info in description of
devm_hwmon_device_unregister.

Signed-off-by: Yongsheng Yang <iyysheng@gmail.com>
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Link: https://lore.kernel.org/r/20230609075510.1305-1-iyysheng@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/hwmon-kernel-api.rst

index c2d1e02..6cacf7d 100644 (file)
@@ -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