X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftmu.h;h=f4389f81da830f8d3d2fb6d378f22a0f99dacc3f;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=da07a2211eaacb61b8c1c4ff1d1efe6c35fdfc8a;hpb=412665b46134f93464c09405e02f08ac9c62526d;p=platform%2Fkernel%2Fu-boot.git 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_ */