Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

thermal: exynos: cosmetic: Correct comment format

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>

authored by

Lukasz Majewski and committed by
Eduardo Valentin
afae1442 528012c1

+1 -1
+1 -1
drivers/thermal/samsung/exynos_tmu.c
··· 576 576 #define exynos5440_tmu_set_emulation NULL 577 577 static int exynos_tmu_set_emulation(void *drv_data, unsigned long temp) 578 578 { return -EINVAL; } 579 - #endif/*CONFIG_THERMAL_EMULATION*/ 579 + #endif /* CONFIG_THERMAL_EMULATION */ 580 580 581 581 static int exynos4210_tmu_read(struct exynos_tmu_data *data) 582 582 {