diff options
author | Lukasz Majewski <l.majewski@samsung.com> | 2015-01-23 13:09:54 +0100 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-01-24 17:29:13 -0400 |
commit | afae144241a4fb7212e73e21f6c97e12922249ac (patch) | |
tree | 79abd9872e1d8f4b6babf91a584a736d506a81a9 /drivers/thermal | |
parent | 528012c1f4379738c6307b273d20cc3caa7d08af (diff) | |
download | talos-obmc-linux-afae144241a4fb7212e73e21f6c97e12922249ac.tar.gz talos-obmc-linux-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.c | 2 |
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) { |