diff mbox series

[v1] thermal: sysfs: Fix up white space in trip_point_temp_store()

Message ID 2743507.mvXUDI8C0e@kreacher (mailing list archive)
State In Next
Delegated to: Rafael Wysocki
Headers show
Series [v1] thermal: sysfs: Fix up white space in trip_point_temp_store() | expand

Commit Message

Rafael J. Wysocki Feb. 9, 2024, 1:49 p.m. UTC
From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

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>
---
 drivers/thermal/thermal_sysfs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stanislaw Gruszka Feb. 9, 2024, 2:51 p.m. UTC | #1
On Fri, Feb 09, 2024 at 02:49:49PM +0100, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> 
> 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 |    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;
>  }
>  
> 
> 
>
diff mbox series

Patch

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;
 }