Skip to content

Commit 1502718

Browse files
committed
thermal: trip: Add missing empty code line
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]>
1 parent bd700ba commit 1502718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/thermal/thermal_trip.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ int thermal_zone_trip_id(const struct thermal_zone_device *tz,
138138
*/
139139
return trip_to_trip_desc(trip) - tz->trips;
140140
}
141+
141142
void thermal_zone_trip_updated(struct thermal_zone_device *tz,
142143
const struct thermal_trip *trip)
143144
{

0 commit comments

Comments
 (0)