aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2015-01-23 13:09:54 +0100
committerEduardo Valentin <edubezval@gmail.com>2015-01-24 17:29:13 -0400
commitafae144241a4fb7212e73e21f6c97e12922249ac (patch)
tree79abd9872e1d8f4b6babf91a584a736d506a81a9 /drivers/thermal
parentthermal: of: Enable thermal_zoneX when sensor is correctly added (diff)
downloadlinux-dev-afae144241a4fb7212e73e21f6c97e12922249ac.tar.xz
linux-dev-afae144241a4fb7212e73e21f6c97e12922249ac.zip
thermal: exynos: cosmetic: Correct comment format
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/samsung/exynos_tmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/samsung/exynos_tmu.c b/drivers/thermal/samsung/exynos_tmu.c
index d2f1e62a4232..5000727c8c2b 100644
--- a/drivers/thermal/samsung/exynos_tmu.c
+++ b/drivers/thermal/samsung/exynos_tmu.c
@@ -576,7 +576,7 @@ out:
#define exynos5440_tmu_set_emulation NULL
static int exynos_tmu_set_emulation(void *drv_data, unsigned long temp)
{ return -EINVAL; }
-#endif/*CONFIG_THERMAL_EMULATION*/
+#endif /* CONFIG_THERMAL_EMULATION */
static int exynos4210_tmu_read(struct exynos_tmu_data *data)
{