Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6be0584 authored by Sascha Hauer's avatar Sascha Hauer Committed by Zhang Rui
Browse files

thermal: trivial: fix typo in comment

parent 17e8351a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ static void handle_thermal_trip(struct thermal_zone_device *tz, int trip)
}

/**
 * thermal_zone_get_temp() - returns its the temperature of thermal zone
 * thermal_zone_get_temp() - returns the temperature of a thermal zone
 * @tz: a valid pointer to a struct thermal_zone_device
 * @temp: a valid pointer to where to store the resulting temperature.
 *