diff mbox series

cpufreq: intel_pstate: fix spelling mistake: "Whethet" -> "Whether"

Message ID 20200113182228.1.I3c4155635fe990891a2c98c874cc4a270c82fe1b@changeid (mailing list archive)
State Mainlined, archived
Headers show
Series cpufreq: intel_pstate: fix spelling mistake: "Whethet" -> "Whether" | expand

Commit Message

Harry Pan Jan. 13, 2020, 10:22 a.m. UTC
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(-)

Comments

Rafael J. Wysocki Jan. 13, 2020, 10:46 a.m. UTC | #1
On Mon, Jan 13, 2020 at 11:22 AM Harry Pan <harry.pan@intel.com> wrote:
>
> 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.
> --

Applied as 5.6 material, thanks!
Viresh Kumar Jan. 14, 2020, 4:28 a.m. UTC | #2
On 13-01-20, 18:22, Harry Pan wrote:
> 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.

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
diff mbox series

Patch

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.