diff options
author | Rafael J. Wysocki | 2024-02-09 14:49:49 +0100 |
---|---|---|
committer | Rafael J. Wysocki | 2024-02-12 13:58:14 +0100 |
commit | ccd975daa807543a0050ab0a84f8581e3aae62a6 (patch) | |
tree | 61681bd9f1dd69599b534600fc9c645f3a7e826f /drivers/thermal | |
parent | 85af3310df34b0931daba8732d5b2c64a81c3b8d (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/thermal_sysfs.c b/drivers/thermal/thermal_sysfs.c index f4033865b093..d55f9303afb5 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; } |