All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thermal: of: Fix doc string phy mode -> trip type
@ 2017-09-15 16:32 Moritz Fischer
  0 siblings, 0 replies; only message in thread
From: Moritz Fischer @ 2017-09-15 16:32 UTC (permalink / raw)
  To: linux-pm; +Cc: rui.zhang, edubezval, linux-kernel, Moritz Fischer

This function does not look for a phy mode, but a
trip type.

Signed-off-by: Moritz Fischer <mdf@kernel.org>
---
 drivers/thermal/of-thermal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/of-thermal.c b/drivers/thermal/of-thermal.c
index d04ec3b9e5ff..4e23a09d8f63 100644
--- a/drivers/thermal/of-thermal.c
+++ b/drivers/thermal/of-thermal.c
@@ -730,7 +730,7 @@ static const char * const trip_types[] = {
 };
 
 /**
- * thermal_of_get_trip_type - Get phy mode for given device_node
+ * thermal_of_get_trip_type - Get trip type for given device_node
  * @np:	Pointer to the given device_node
  * @type: Pointer to resulting trip type
  *
-- 
2.14.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-15 16:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-15 16:32 [PATCH] thermal: of: Fix doc string phy mode -> trip type Moritz Fischer

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.