瀏覽代碼

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>
Sascha Hauer 10 年之前
父節點
當前提交
f6be058493
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/thermal/thermal_core.c

+ 1 - 1
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.
  *