]> Git Repo - J-linux.git/commitdiff
thermal: trip: Add missing empty code line
authorRafael J. Wysocki <[email protected]>
Thu, 25 Apr 2024 14:07:38 +0000 (16:07 +0200)
committerRafael J. Wysocki <[email protected]>
Tue, 30 Apr 2024 11:04:56 +0000 (13:04 +0200)
Add missing empty line of code to thermal_zone_trip_id().

Signed-off-by: Rafael J. Wysocki <[email protected]>
Reviewed-by: Lukasz Luba <[email protected]>
drivers/thermal/thermal_trip.c

index 7cf43b6972725c2682dba06eeb5306d73fda4ea5..21ece83999971f695383351e13628dc67b73d30d 100644 (file)
@@ -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)
 {
This page took 0.049449 seconds and 4 git commands to generate.