From: Moritz Fischer <mdf@kernel.org>
To: linux-pm@vger.kernel.org
Cc: rui.zhang@intel.com, edubezval@gmail.com,
linux-kernel@vger.kernel.org, Moritz Fischer <mdf@kernel.org>
Subject: [PATCH] thermal: of: Fix doc string phy mode -> trip type
Date: Fri, 15 Sep 2017 09:32:47 -0700 [thread overview]
Message-ID: <20170915163247.12065-1-mdf@kernel.org> (raw)
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
reply other threads:[~2017-09-15 16:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170915163247.12065-1-mdf@kernel.org \
--to=mdf@kernel.org \
--cc=edubezval@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rui.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.