diff options
author | Harry Pan <harry.pan@intel.com> | 2020-01-13 13:22:40 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-01-13 13:45:20 +0300 |
commit | 731e6b9753baa39074060221a76de97058c0ac2e (patch) | |
tree | 8b61b92b7e4cb112d785bfdb84cd8e1cd2d4383a /drivers/cpufreq/intel_pstate.c | |
parent | 2c7a8bd6060c4e2d85e00170f5c695a3db73610f (diff) | |
download | linux-731e6b9753baa39074060221a76de97058c0ac2e.tar.xz |
cpufreq: intel_pstate: fix spelling mistake: "Whethet" -> "Whether"
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>
Diffstat (limited to 'drivers/cpufreq/intel_pstate.c')
-rw-r--r-- | drivers/cpufreq/intel_pstate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c index d2fa3e9ccd97..ad6a17cf0011 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. |