From: Eduardo Valentin Date: Tue, 8 Nov 2016 05:09:07 +0000 (-0800) Subject: thermal: core: small style fix on __unbind() helper X-Git-Tag: v4.14-rc1~1931^2~1^4~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f5163fac28efc4f4d7fefdaa6a7ed41b4febde9;p=platform%2Fkernel%2Flinux-rpi.git thermal: core: small style fix on __unbind() helper Simply aligning to parenthesis. Cc: Zhang Rui Cc: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin Signed-off-by: Zhang Rui --- diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index f6e24ef..c31d0bb 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;