提交 7ae49618 编写于 作者: N Nishanth Menon 提交者: Rafael J. Wysocki

PM / OPP: opp_find_freq_exact() documentation fix

opp_find_freq_exact() documentation has is_available instead
of available. This also fixes warning with the kernel-doc:
scripts/kernel-doc drivers/base/power/opp.c >/dev/null
Warning(drivers/base/power/opp.c:246): No description found for parameter 'available'
Warning(drivers/base/power/opp.c:246): Excess function parameter 'is_available' description in 'opp_find_freq_exact'
Signed-off-by: NNishanth Menon <nm@ti.com>
Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
上级 a8b7228c
...@@ -222,7 +222,7 @@ int opp_get_opp_count(struct device *dev) ...@@ -222,7 +222,7 @@ int opp_get_opp_count(struct device *dev)
* opp_find_freq_exact() - search for an exact frequency * opp_find_freq_exact() - search for an exact frequency
* @dev: device for which we do this operation * @dev: device for which we do this operation
* @freq: frequency to search for * @freq: frequency to search for
* @is_available: true/false - match for available opp * @available: true/false - match for available opp
* *
* Searches for exact match in the opp list and returns pointer to the matching * Searches for exact match in the opp list and returns pointer to the matching
* opp if found, else returns ERR_PTR in case of error and should be handled * opp if found, else returns ERR_PTR in case of error and should be handled
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册