浏览代码

thermal: exynos: cosmetic: Correct comment format

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Lukasz Majewski 10 年之前
父节点
当前提交
afae144241
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/thermal/samsung/exynos_tmu.c

+ 1 - 1
drivers/thermal/samsung/exynos_tmu.c

@@ -576,7 +576,7 @@ out:
 #define exynos5440_tmu_set_emulation NULL
 #define exynos5440_tmu_set_emulation NULL
 static int exynos_tmu_set_emulation(void *drv_data,	unsigned long temp)
 static int exynos_tmu_set_emulation(void *drv_data,	unsigned long temp)
 	{ return -EINVAL; }
 	{ return -EINVAL; }
-#endif/*CONFIG_THERMAL_EMULATION*/
+#endif /* CONFIG_THERMAL_EMULATION */
 
 
 static int exynos4210_tmu_read(struct exynos_tmu_data *data)
 static int exynos4210_tmu_read(struct exynos_tmu_data *data)
 {
 {