projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30176f
)
thermal: core: small style fix on __unbind() helper
author
Eduardo Valentin
<edubezval@gmail.com>
Tue, 8 Nov 2016 05:09:07 +0000
(21:09 -0800)
committer
Zhang Rui
<rui.zhang@intel.com>
Wed, 23 Nov 2016 02:06:12 +0000
(10:06 +0800)
Simply aligning to parenthesis.
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/thermal_core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/thermal/thermal_core.c
b/drivers/thermal/thermal_core.c
index f6e24ef1d90464c85f437605879d1b025e2d9ea5..c31d0bbdfb2c7f52b798f4bca2f676727f7fadfe 100644
(file)
--- a/
drivers/thermal/thermal_core.c
+++ b/
drivers/thermal/thermal_core.c
@@
-320,7
+320,7
@@
static void __bind(struct thermal_zone_device *tz, int mask,
}
static void __unbind(struct thermal_zone_device *tz, int mask,
-
struct thermal_cooling_device *cdev)
+ struct thermal_cooling_device *cdev)
{
int i;