linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] thermal: clean up whitespace in scan code
@ 2015-12-23  2:31 Inhyuk Kang
  0 siblings, 0 replies; only message in thread
From: Inhyuk Kang @ 2015-12-23  2:31 UTC (permalink / raw)
  To: Eduardo Valentin; +Cc: linux-kernel, hugh.kang

From: Hugh Kang <hugh.kang@lge.com>

Signed-off-by: Hugh Kang <hugh.kang@lge.com>
---
 drivers/thermal/thermal_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c
index d9e525c..115b959 100644
--- a/drivers/thermal/thermal_core.c
+++ b/drivers/thermal/thermal_core.c
@@ -506,7 +506,7 @@ int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp)
 		if (!ret && *temp < crit_temp)
 			*temp = tz->emul_temperature;
 	}
-
+
 	mutex_unlock(&tz->lock);
 exit:
 	return ret;
--
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-23  2:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-23  2:31 [PATCH] thermal: clean up whitespace in scan code Inhyuk Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).