From: Rafael J. Wysocki Date: Thu, 25 Apr 2024 14:07:38 +0000 (+0200) Subject: thermal: trip: Add missing empty code line X-Git-Tag: v6.10-rc1~176^2~1^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1502718a66c573cb2df811da67d8de7bf5c4657e;p=thirdparty%2Flinux.git thermal: trip: Add missing empty code line Add missing empty line of code to thermal_zone_trip_id(). Signed-off-by: Rafael J. Wysocki Reviewed-by: Lukasz Luba --- diff --git a/drivers/thermal/thermal_trip.c b/drivers/thermal/thermal_trip.c index 7cf43b6972725..21ece83999971 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) {