[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1450837894-18680-1-git-send-email-hugh.kang@lge.com>
Date: Wed, 23 Dec 2015 11:31:34 +0900
From: Inhyuk Kang <hugh.kang@....com>
To: Eduardo Valentin <edubezval@...il.com>
CC: linux-kernel@...r.kernel.org, hugh.kang@....com
Subject: [PATCH] thermal: clean up whitespace in scan code
From: Hugh Kang <hugh.kang@....com>
Signed-off-by: Hugh Kang <hugh.kang@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists