thermal: sysfs: Fix up white space in trip_point_temp_store()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 9 Feb 2024 13:49:49 +0000 (14:49 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Feb 2024 12:58:14 +0000 (13:58 +0100)
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>
drivers/thermal/thermal_sysfs.c

index f4033865b093a2bc69b3a645266faa388a3ab8e9..d55f9303afb5b8adbdce871b6b12bc893e10ba35 100644 (file)
@@ -136,7 +136,7 @@ trip_point_temp_store(struct device *dev, struct device_attribute *attr,
 
 unlock:
        mutex_unlock(&tz->lock);
-       
+
        return ret ? ret : count;
 }