linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpufreq: intel_pstate: fix spelling mistake: "Whethet" -> "Whether"
@ 2020-01-13 10:22 Harry Pan
  2020-01-13 10:46 ` Rafael J. Wysocki
  2020-01-14  4:28 ` Viresh Kumar
  0 siblings, 2 replies; 3+ messages in thread
From: Harry Pan @ 2020-01-13 10:22 UTC (permalink / raw)
  To: LKML
  Cc: gs0622, Harry Pan, linux-pm, Rafael J. Wysocki,
	Srinivas Pandruvada, Len Brown, Viresh Kumar

Fix a spelling typo in the comment, no function change.

Signed-off-by: Harry Pan <harry.pan@intel.com>

---

 drivers/cpufreq/intel_pstate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index 8ab31702cf6a..4bd9cb33132c 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -172,7 +172,7 @@ struct vid_data {
 /**
  * struct global_params - Global parameters, mostly tunable via sysfs.
  * @no_turbo:		Whether or not to use turbo P-states.
- * @turbo_disabled:	Whethet or not turbo P-states are available at all,
+ * @turbo_disabled:	Whether or not turbo P-states are available at all,
  *			based on the MSR_IA32_MISC_ENABLE value and whether or
  *			not the maximum reported turbo P-state is different from
  *			the maximum reported non-turbo one.
-- 
2.24.1


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

end of thread, other threads:[~2020-01-14  4:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13 10:22 [PATCH] cpufreq: intel_pstate: fix spelling mistake: "Whethet" -> "Whether" Harry Pan
2020-01-13 10:46 ` Rafael J. Wysocki
2020-01-14  4:28 ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).