thermal: core: fix style on remove_trip_attrs()
authorEduardo Valentin <edubezval@gmail.com>
Tue, 8 Nov 2016 05:08:49 +0000 (21:08 -0800)
committerZhang Rui <rui.zhang@intel.com>
Wed, 23 Nov 2016 02:06:12 +0000 (10:06 +0800)
Align to parentheses, removing checkpatch warning.

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

index 122eba7..592c72b 100644 (file)
@@ -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);