Skip to content

Commit

Permalink
cpufreq: intel_pstate: Fix struct pstate_adjust_policy kerneldoc
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rafaeljw committed Oct 12, 2016
1 parent 0843e83 commit 3954517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/intel_pstate.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ struct cpudata {
static struct cpudata **all_cpu_data;

/**
* struct pid_adjust_policy - Stores static PID configuration data
* struct pstate_adjust_policy - Stores static PID configuration data
* @sample_rate_ms: PID calculation sample rate in ms
* @sample_rate_ns: Sample rate calculation in ns
* @deadband: PID deadband
Expand Down

0 comments on commit 3954517

Please sign in to comment.