projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17e8351
)
thermal: trivial: fix typo in comment
author
Sascha Hauer
<s.hauer@pengutronix.de>
Mon, 6 Jul 2015 07:46:14 +0000
(09:46 +0200)
committer
Zhang Rui
<rui.zhang@intel.com>
Mon, 3 Aug 2015 15:15:51 +0000
(23:15 +0800)
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>
drivers/thermal/thermal_core.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/thermal_core.c
b/drivers/thermal/thermal_core.c
index 387c4287fc74114001a7a7c45e90cdca5dc4233c..fcd1c176c160d6ab4cb33130b9f71399abadb86a 100644
(file)
--- 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.
*