Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powercap: idle_inject: Fix warnings with make W=1

Fix following warning at three places:

Function parameter or member 'ii_dev' not described.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Srinivas Pandruvada and committed by
Rafael J. Wysocki
98e596fc 7ac70300

+3
+3
drivers/powercap/idle_inject.c
··· 147 147 148 148 /** 149 149 * idle_inject_set_duration - idle and run duration update helper 150 + * @ii_dev: idle injection control device structure 150 151 * @run_duration_us: CPU run time to allow in microseconds 151 152 * @idle_duration_us: CPU idle time to inject in microseconds 152 153 */ ··· 163 162 164 163 /** 165 164 * idle_inject_get_duration - idle and run duration retrieval helper 165 + * @ii_dev: idle injection control device structure 166 166 * @run_duration_us: memory location to store the current CPU run time 167 167 * @idle_duration_us: memory location to store the current CPU idle time 168 168 */ ··· 177 175 178 176 /** 179 177 * idle_inject_set_latency - set the maximum latency allowed 178 + * @ii_dev: idle injection control device structure 180 179 * @latency_us: set the latency requirement for the idle state 181 180 */ 182 181 void idle_inject_set_latency(struct idle_inject_device *ii_dev,