Skip to content

Commit ca67408

Browse files
lukaszluba-armrafaeljw
authored andcommitted
PM: EM: fix kernel-doc comments
Fix the kernel-doc comments for the improved Energy Model documentation. Signed-off-by: Lukasz Luba <lukasz.luba@arm.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 5cbba60 commit ca67408

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/linux/energy_model.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <linux/types.h>
1212

1313
/**
14-
* em_perf_state - Performance state of a performance domain
14+
* struct em_perf_state - Performance state of a performance domain
1515
* @frequency: The frequency in KHz, for consistency with CPUFreq
1616
* @power: The power consumed at this level (by 1 CPU or by a registered
1717
* device). It can be a total power: static and dynamic.
@@ -25,7 +25,7 @@ struct em_perf_state {
2525
};
2626

2727
/**
28-
* em_perf_domain - Performance domain
28+
* struct em_perf_domain - Performance domain
2929
* @table: List of performance states, in ascending order
3030
* @nr_perf_states: Number of performance states
3131
* @milliwatts: Flag indicating the power values are in milli-Watts
@@ -103,12 +103,12 @@ void em_dev_unregister_perf_domain(struct device *dev);
103103

104104
/**
105105
* em_cpu_energy() - Estimates the energy consumed by the CPUs of a
106-
performance domain
106+
* performance domain
107107
* @pd : performance domain for which energy has to be estimated
108108
* @max_util : highest utilization among CPUs of the domain
109109
* @sum_util : sum of the utilization of all CPUs in the domain
110110
* @allowed_cpu_cap : maximum allowed CPU capacity for the @pd, which
111-
might reflect reduced frequency (due to thermal)
111+
* might reflect reduced frequency (due to thermal)
112112
*
113113
* This function must be used only for CPU devices. There is no validation,
114114
* i.e. if the EM is a CPU type and has cpumask allocated. It is called from

0 commit comments

Comments
 (0)