2024-02-09 15:08:02

by Rafael J. Wysocki

[permalink] [raw]
Subject: [PATCH v1] thermal: sysfs: Fix up white space in trip_point_temp_store()

From: Rafael J. Wysocki <[email protected]>

Remove an excess tab character from an otherwise empty code line.

No functional impact.

Signed-off-by: Rafael J. Wysocki <[email protected]>
---
drivers/thermal/thermal_sysfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-pm/drivers/thermal/thermal_sysfs.c
===================================================================
--- linux-pm.orig/drivers/thermal/thermal_sysfs.c
+++ linux-pm/drivers/thermal/thermal_sysfs.c
@@ -136,7 +136,7 @@ trip_point_temp_store(struct device *dev

unlock:
mutex_unlock(&tz->lock);
-
+
return ret ? ret : count;
}






2024-02-09 16:16:21

by Stanislaw Gruszka

[permalink] [raw]
Subject: Re: [PATCH v1] thermal: sysfs: Fix up white space in trip_point_temp_store()

On Fri, Feb 09, 2024 at 02:49:49PM +0100, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <[email protected]>
>
> Remove an excess tab character from an otherwise empty code line.
>
> No functional impact.
>
> Signed-off-by: Rafael J. Wysocki <[email protected]>
Reviewed-by: Stanislaw Gruszka <[email protected]>

> ---
> drivers/thermal/thermal_sysfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: linux-pm/drivers/thermal/thermal_sysfs.c
> ===================================================================
> --- linux-pm.orig/drivers/thermal/thermal_sysfs.c
> +++ linux-pm/drivers/thermal/thermal_sysfs.c
> @@ -136,7 +136,7 @@ trip_point_temp_store(struct device *dev
>
> unlock:
> mutex_unlock(&tz->lock);
> -
> +
> return ret ? ret : count;
> }
>
>
>
>