diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-10-11 17:07:38 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-10-12 14:58:14 -0400 |
commit | 3954517e2f083c8aeb52bfd467b7b2c164232ffc (patch) | |
tree | 103f794447fe384738522bd50accf57d0377054d | |
parent | 0843e83c1a4aa67e08f424430526c948d591d5f1 (diff) |
cpufreq: intel_pstate: Fix struct pstate_adjust_policy kerneldoc
It looks like the name of struct pstate_adjust_policy was updated
without updating its kerneldoc comment accordingly, so fix that
mistake.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-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 6c8c897d0a2d..f535f8123258 100644 --- a/drivers/cpufreq/intel_pstate.c +++ b/drivers/cpufreq/intel_pstate.c | |||
@@ -225,7 +225,7 @@ struct cpudata { | |||
225 | static struct cpudata **all_cpu_data; | 225 | static struct cpudata **all_cpu_data; |
226 | 226 | ||
227 | /** | 227 | /** |
228 | * struct pid_adjust_policy - Stores static PID configuration data | 228 | * struct pstate_adjust_policy - Stores static PID configuration data |
229 | * @sample_rate_ms: PID calculation sample rate in ms | 229 | * @sample_rate_ms: PID calculation sample rate in ms |
230 | * @sample_rate_ns: Sample rate calculation in ns | 230 | * @sample_rate_ns: Sample rate calculation in ns |
231 | * @deadband: PID deadband | 231 | * @deadband: PID deadband |