diff options
author | Eduardo Valentin <edubezval@gmail.com> | 2016-11-07 21:08:48 -0800 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2016-11-23 10:06:12 +0800 |
commit | 9d934fc8838b061cc02b8b7416e5defb6299dec1 (patch) | |
tree | 13a3fa1ae5c805cb4b7f68db24b040982518e93b /drivers/thermal | |
parent | 1a7e7cc03f172622792dafbbc6c93d8891fba569 (diff) | |
download | talos-op-linux-9d934fc8838b061cc02b8b7416e5defb6299dec1.tar.gz talos-op-linux-9d934fc8838b061cc02b8b7416e5defb6299dec1.zip |
thermal: core: remove useless empty line
Fix style problem on create_trip_attrs();
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>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/thermal_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index e8098f695c84..122eba77360c 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -1833,7 +1833,6 @@ static int create_trip_attrs(struct thermal_zone_device *tz, int mask) } } - for (indx = 0; indx < tz->trips; indx++) { /* create trip type attribute */ snprintf(tz->trip_type_attrs[indx].name, THERMAL_NAME_LENGTH, |