From: Sascha Hauer Date: Mon, 6 Jul 2015 07:46:14 +0000 (+0200) Subject: thermal: trivial: fix typo in comment X-Git-Tag: v4.14-rc1~4695^2^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6be0584930995f88ea3381cbcbcb315c2a184ad;p=platform%2Fkernel%2Flinux-rpi.git thermal: trivial: fix typo in comment Signed-off-by: Sascha Hauer Acked-by: Eduardo Valentin Signed-off-by: Zhang Rui --- diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index 387c428..fcd1c17 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -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. *