From: Eduardo Valentin Date: Tue, 8 Nov 2016 05:08:49 +0000 (-0800) Subject: thermal: core: fix style on remove_trip_attrs() X-Git-Tag: v4.10-rc1~160^2~1^4~38 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3bafb5e2a683626387337eda28bbef927bce1a0d;p=karo-tx-linux.git thermal: core: fix style on remove_trip_attrs() Align to parentheses, removing checkpatch warning. 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 122eba77360c..592c72bd5835 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -1900,7 +1900,7 @@ static void remove_trip_attrs(struct thermal_zone_device *tz) &tz->trip_temp_attrs[indx].attr); if (tz->ops->get_trip_hyst) device_remove_file(&tz->device, - &tz->trip_hyst_attrs[indx].attr); + &tz->trip_hyst_attrs[indx].attr); } kfree(tz->trip_type_attrs); kfree(tz->trip_temp_attrs);