[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240731095223.2778-1-ilpo.jarvinen@linux.intel.com>
Date: Wed, 31 Jul 2024 12:52:22 +0300
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: "Rafael J. Wysocki" <rafael@...nel.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Zhang Rui <rui.zhang@...el.com>,
Lukasz Luba <lukasz.luba@....com>,
Jonathan Corbet <corbet@....net>,
linux-pm@...r.kernel.org,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
Subject: [PATCH 1/1] docs: thermal: Remove extra parenthesis
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@...ux.intel.com>
---
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
Powered by blists - more mailing lists