linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: Add missing documentation of devm_clk_bulk_get_optional() argument
       [not found] <CGME20190701114709eucas1p135d990205d5df237abd550d89e3de02b@eucas1p1.samsung.com>
@ 2019-07-01 11:46 ` Sylwester Nawrocki
  2019-07-22 21:32   ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Sylwester Nawrocki @ 2019-07-01 11:46 UTC (permalink / raw)
  To: sboyd, mturquette; +Cc: linux, linux-clk, linux-kernel, Sylwester Nawrocki

Fix an incomplete devm_clk_bulk_get_optional() function documentation
by adding description of the num_clks argument as in other *clk_bulk*
functions.

Fixes: 9bd5ef0bd874 ("clk: Add devm_clk_bulk_get_optional() function")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
---
 include/linux/clk.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/clk.h b/include/linux/clk.h
index 5e7b2dd84965a..0868703925028 100644
--- a/include/linux/clk.h
+++ b/include/linux/clk.h
@@ -362,6 +362,7 @@ int __must_check devm_clk_bulk_get(struct device *dev, int num_clks,
 /**
  * devm_clk_bulk_get_optional - managed get multiple optional consumer clocks
  * @dev: device for clock "consumer"
+ * @num_clks: the number of clk_bulk_data
  * @clks: pointer to the clk_bulk_data table of consumer
  *
  * Behaves the same as devm_clk_bulk_get() except where there is no clock
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: Add missing documentation of devm_clk_bulk_get_optional() argument
  2019-07-01 11:46 ` [PATCH] clk: Add missing documentation of devm_clk_bulk_get_optional() argument Sylwester Nawrocki
@ 2019-07-22 21:32   ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2019-07-22 21:32 UTC (permalink / raw)
  To: Sylwester Nawrocki, mturquette
  Cc: linux, linux-clk, linux-kernel, Sylwester Nawrocki

Quoting Sylwester Nawrocki (2019-07-01 04:46:51)
> Fix an incomplete devm_clk_bulk_get_optional() function documentation
> by adding description of the num_clks argument as in other *clk_bulk*
> functions.
> 
> Fixes: 9bd5ef0bd874 ("clk: Add devm_clk_bulk_get_optional() function")
> Reported-by: kbuild test robot <lkp@intel.com>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> ---

Applied to clk-fixes


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-22 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20190701114709eucas1p135d990205d5df237abd550d89e3de02b@eucas1p1.samsung.com>
2019-07-01 11:46 ` [PATCH] clk: Add missing documentation of devm_clk_bulk_get_optional() argument Sylwester Nawrocki
2019-07-22 21:32   ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).