aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-02-09 14:49:49 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-02-12 13:58:14 +0100
commitccd975daa807543a0050ab0a84f8581e3aae62a6 (patch)
tree61681bd9f1dd69599b534600fc9c645f3a7e826f /drivers/thermal
parent85af3310df34b0931daba8732d5b2c64a81c3b8d (diff)
downloadlinux-ccd975daa807543a0050ab0a84f8581e3aae62a6.tar.gz
thermal: sysfs: Fix up white space in trip_point_temp_store()
Remove an excess tab character from an otherwise empty code line. No functional impact. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/thermal_sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/thermal_sysfs.c b/drivers/thermal/thermal_sysfs.c
index f4033865b093a..d55f9303afb5b 100644
--- a/drivers/thermal/thermal_sysfs.c
+++ b/drivers/thermal/thermal_sysfs.c
@@ -136,7 +136,7 @@ trip_point_temp_store(struct device *dev, struct device_attribute *attr,
unlock:
mutex_unlock(&tz->lock);
-
+
return ret ? ret : count;
}