提交 3bafb5e2 编写于 作者: E Eduardo Valentin 提交者: Zhang Rui

thermal: core: fix style on remove_trip_attrs()

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: NEduardo Valentin <edubezval@gmail.com>
Signed-off-by: NZhang Rui <rui.zhang@intel.com>
上级 9d934fc8
...@@ -1900,7 +1900,7 @@ static void remove_trip_attrs(struct thermal_zone_device *tz) ...@@ -1900,7 +1900,7 @@ static void remove_trip_attrs(struct thermal_zone_device *tz)
&tz->trip_temp_attrs[indx].attr); &tz->trip_temp_attrs[indx].attr);
if (tz->ops->get_trip_hyst) if (tz->ops->get_trip_hyst)
device_remove_file(&tz->device, 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_type_attrs);
kfree(tz->trip_temp_attrs); kfree(tz->trip_temp_attrs);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册