summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_trip.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-04-25 17:07:38 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-04-30 14:04:56 +0300
commit1502718a66c573cb2df811da67d8de7bf5c4657e (patch)
treead1aab03c87394ad44c9a318d23dda391611a78a /drivers/thermal/thermal_trip.c
parentbd700ba9adef01cf8aaeb5f5fcf911ee1a705543 (diff)
downloadlinux-1502718a66c573cb2df811da67d8de7bf5c4657e.tar.xz
thermal: trip: Add missing empty code line
Add missing empty line of code to thermal_zone_trip_id(). Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Diffstat (limited to 'drivers/thermal/thermal_trip.c')
-rw-r--r--drivers/thermal/thermal_trip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/thermal_trip.c b/drivers/thermal/thermal_trip.c
index 7cf43b697272..21ece8399997 100644
--- a/drivers/thermal/thermal_trip.c
+++ b/drivers/thermal/thermal_trip.c
@@ -138,6 +138,7 @@ int thermal_zone_trip_id(const struct thermal_zone_device *tz,
*/
return trip_to_trip_desc(trip) - tz->trips;
}
+
void thermal_zone_trip_updated(struct thermal_zone_device *tz,
const struct thermal_trip *trip)
{