OSDN Git Service

cpufreq: intel_pstate: fix spelling mistake: "Whethet" -> "Whether"
authorHarry Pan <harry.pan@intel.com>
Mon, 13 Jan 2020 10:22:40 +0000 (18:22 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 13 Jan 2020 10:45:20 +0000 (11:45 +0100)
Fix a spelling typo in the comment, no function change.

Signed-off-by: Harry Pan <harry.pan@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c

index d2fa3e9..ad6a17c 100644 (file)
@@ -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.