Commit 731e6b97 authored by Harry Pan's avatar Harry Pan Committed by Rafael J. Wysocki
Browse files

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



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

Signed-off-by: default avatarHarry Pan <harry.pan@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 2c7a8bd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.