From: Lukasz Majewski Date: Fri, 23 Jan 2015 12:09:54 +0000 (+0100) Subject: thermal: exynos: cosmetic: Correct comment format X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=afae144241a4fb7212e73e21f6c97e12922249ac;p=linux-beck.git thermal: exynos: cosmetic: Correct comment format Signed-off-by: Lukasz Majewski Signed-off-by: Eduardo Valentin --- 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) {