linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] clk: fix clk_mux::flags kerneldoc
@ 2013-03-25 14:35 James Hogan
  2013-04-02 23:51 ` Mike Turquette
  0 siblings, 1 reply; 2+ messages in thread
From: James Hogan @ 2013-03-25 14:35 UTC (permalink / raw)
  To: linux-arm-kernel

The kerneldoc comment for struct clk_mux documented the non-existent
num_clks instead of flags. Correct this.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
---
 include/linux/clk-provider.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index cdad3ce..e7504d5 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -276,7 +276,7 @@ struct clk *clk_register_divider_table(struct device *dev, const char *name,
  * @reg:	register controlling multiplexer
  * @shift:	shift to multiplexer bit field
  * @width:	width of mutliplexer bit field
- * @num_clks:	number of parent clocks
+ * @flags:	hardware-specific flags
  * @lock:	register lock
  *
  * Clock with multiple selectable parents.  Implements .get_parent, .set_parent
-- 
1.8.1.2

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

* [PATCH 1/1] clk: fix clk_mux::flags kerneldoc
  2013-03-25 14:35 [PATCH 1/1] clk: fix clk_mux::flags kerneldoc James Hogan
@ 2013-04-02 23:51 ` Mike Turquette
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Turquette @ 2013-04-02 23:51 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting James Hogan (2013-03-25 07:35:07)
> The kerneldoc comment for struct clk_mux documented the non-existent
> num_clks instead of flags. Correct this.
> 
> Signed-off-by: James Hogan <james.hogan@imgtec.com>

Thanks for the fix.  Taken into clk-next.

Regards,
Mike

> ---
>  include/linux/clk-provider.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
> index cdad3ce..e7504d5 100644
> --- a/include/linux/clk-provider.h
> +++ b/include/linux/clk-provider.h
> @@ -276,7 +276,7 @@ struct clk *clk_register_divider_table(struct device *dev, const char *name,
>   * @reg:       register controlling multiplexer
>   * @shift:     shift to multiplexer bit field
>   * @width:     width of mutliplexer bit field
> - * @num_clks:  number of parent clocks
> + * @flags:     hardware-specific flags
>   * @lock:      register lock
>   *
>   * Clock with multiple selectable parents.  Implements .get_parent, .set_parent
> -- 
> 1.8.1.2

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

end of thread, other threads:[~2013-04-02 23:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-25 14:35 [PATCH 1/1] clk: fix clk_mux::flags kerneldoc James Hogan
2013-04-02 23:51 ` Mike Turquette

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).