aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-07-06 09:46:14 +0200
committerZhang Rui <rui.zhang@intel.com>2015-08-03 23:15:51 +0800
commitf6be0584930995f88ea3381cbcbcb315c2a184ad (patch)
treea348af2daec1c3d1493dbcc32c2e2b25beed5e7d /drivers/thermal
parentthermal: consistently use int for temperatures (diff)
downloadlinux-dev-f6be0584930995f88ea3381cbcbcb315c2a184ad.tar.xz
linux-dev-f6be0584930995f88ea3381cbcbcb315c2a184ad.zip
thermal: trivial: fix typo in comment
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Eduardo Valentin <edubezval@gmail.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/thermal_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c
index 387c4287fc74..fcd1c176c160 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.
*