diff options
author | Willy WOLFF <willy.mh.wolff@gmail.com> | 2017-06-24 16:06:03 +0300 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2017-06-29 05:46:31 +0300 |
commit | 0d76d6e1eede5f2aa13695cb4c9d763bb3555e3e (patch) | |
tree | 791c1b0b122dd8df83273ba096c9bf50c9b03693 /drivers/thermal/step_wise.c | |
parent | c0bc126f97fb929b3ae02c1c62322645d70eb408 (diff) | |
download | linux-0d76d6e1eede5f2aa13695cb4c9d763bb3555e3e.tar.xz |
thermal: fix source code documentation for parameters
Some parameters are not documented, or not present at all, in thermal
governors code.
Signed-off-by: Willy Wolff <willy.mh.wolff@gmail.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/step_wise.c')
-rw-r--r-- | drivers/thermal/step_wise.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/thermal/step_wise.c b/drivers/thermal/step_wise.c index bcef2e7c4ec9..be95826631b7 100644 --- a/drivers/thermal/step_wise.c +++ b/drivers/thermal/step_wise.c @@ -186,8 +186,7 @@ static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) /** * step_wise_throttle - throttles devices associated with the given zone * @tz - thermal_zone_device - * @trip - the trip point - * @trip_type - type of the trip point + * @trip - trip point index * * Throttling Logic: This uses the trend of the thermal zone to throttle. * If the thermal zone is 'heating up' this throttles all the cooling |