All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] thermal: sysfs: Fix up white space in trip_point_temp_store()
@ 2024-02-09 13:49 Rafael J. Wysocki
  2024-02-09 14:51 ` Stanislaw Gruszka
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2024-02-09 13:49 UTC (permalink / raw)
  To: Linux PM; +Cc: LKML, Lukasz Luba, Daniel Lezcano, Stanislaw Gruszka

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(-)

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v1] thermal: sysfs: Fix up white space in trip_point_temp_store()
  2024-02-09 13:49 [PATCH v1] thermal: sysfs: Fix up white space in trip_point_temp_store() Rafael J. Wysocki
@ 2024-02-09 14:51 ` Stanislaw Gruszka
  0 siblings, 0 replies; 2+ messages in thread
From: Stanislaw Gruszka @ 2024-02-09 14:51 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM, LKML, Lukasz Luba, Daniel Lezcano

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-09 14:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-09 13:49 [PATCH v1] thermal: sysfs: Fix up white space in trip_point_temp_store() Rafael J. Wysocki
2024-02-09 14:51 ` Stanislaw Gruszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.