aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c
diff options
context:
space:
mode:
authorEduardo Valentin <edubezval@gmail.com>2016-11-07 21:09:07 -0800
committerZhang Rui <rui.zhang@intel.com>2016-11-23 10:06:12 +0800
commit4f5163fac28efc4f4d7fefdaa6a7ed41b4febde9 (patch)
treea1024ed5b01d9fd0abb1f1374a7fbfd9a7fee26d /drivers/thermal/thermal_core.c
parentthermal: core: move idr handling to device management section (diff)
downloadlinux-dev-4f5163fac28efc4f4d7fefdaa6a7ed41b4febde9.tar.xz
linux-dev-4f5163fac28efc4f4d7fefdaa6a7ed41b4febde9.zip
thermal: core: small style fix on __unbind() helper
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>
Diffstat (limited to 'drivers/thermal/thermal_core.c')
-rw-r--r--drivers/thermal/thermal_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c
index f6e24ef1d904..c31d0bbdfb2c 100644
--- 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;