projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d934fc
)
thermal: core: fix style on remove_trip_attrs()
author
Eduardo Valentin
<edubezval@gmail.com>
Tue, 8 Nov 2016 05:08:49 +0000
(21:08 -0800)
committer
Zhang 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/thermal/thermal_core.c
b/drivers/thermal/thermal_core.c
index 122eba77360cb44018063694be76def4726587d0..592c72bd583573438463392dc70c264246da4ca6 100644
(file)
--- 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);