[PATCH 1/1] docs: thermal: Remove extra parenthesis
From: Ilpo Järvinen
Date: Wed Jul 31 2024 - 05:52:48 EST
thermal_zone_device_register() prototype in the thermal zone device
interface documentation has double closing parenthesis. Remove one
of them.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
---
Documentation/driver-api/thermal/sysfs-api.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/driver-api/thermal/sysfs-api.rst b/Documentation/driver-api/thermal/sysfs-api.rst
index 6c1175c6afba..63ed1801ac40 100644
--- a/Documentation/driver-api/thermal/sysfs-api.rst
+++ b/Documentation/driver-api/thermal/sysfs-api.rst
@@ -43,7 +43,7 @@ temperature) and throttle appropriate devices.
int trips, int mask, void *devdata,
struct thermal_zone_device_ops *ops,
const struct thermal_zone_params *tzp,
- int passive_delay, int polling_delay))
+ int passive_delay, int polling_delay)
This interface function adds a new thermal zone device (sensor) to
/sys/class/thermal folder as `thermal_zone[0-*]`. It tries to bind all the
--
2.39.2