aboutsummaryrefslogtreecommitdiff
path: root/include/tmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tmu.h')
-rw-r--r--include/tmu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tmu.h b/include/tmu.h
index da07a22..f4389f8 100644
--- a/include/tmu.h
+++ b/include/tmu.h
@@ -31,7 +31,7 @@ enum tmu_status_t {
* Monitors status of the TMU device and exynos temperature
*
* @param temp pointer to the current temperature value
- * @return enum tmu_status_t value, code indicating event to execute
+ * Return: enum tmu_status_t value, code indicating event to execute
* and -1 on error
*/
enum tmu_status_t tmu_monitor(int *temp);
@@ -40,7 +40,7 @@ enum tmu_status_t tmu_monitor(int *temp);
* Initialize TMU device
*
* @param blob FDT blob
- * @return int value, 0 for success
+ * Return: int value, 0 for success
*/
int tmu_init(const void *blob);
#endif /* _THERMAL_H_ */