Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79d26401 authored by Eduardo Valentin's avatar Eduardo Valentin Committed by Zhang Rui
Browse files

thermal: cpu_cooling: remove trailing white spaces



Remove unnecessary white spaces.

Signed-off-by: default avatarEduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: default avatarZhang Rui <rui.zhang@intel.com>
parent e44dec77
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@ static int get_property(unsigned int cpu, unsigned long input,
	if (!table)
		return -EINVAL;

	
	for (i = 0; table[i].frequency != CPUFREQ_TABLE_END; i++) {
		/* ignore invalid entries */
		if (table[i].frequency == CPUFREQ_ENTRY_INVALID)