From: Rafael J. Wysocki Date: Fri, 9 Feb 2024 13:49:49 +0000 (+0100) Subject: thermal: sysfs: Fix up white space in trip_point_temp_store() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ccd975daa807543a0050ab0a84f8581e3aae62a6;p=linux.git 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 Reviewed-by: Stanislaw Gruszka --- 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; }