linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: meson: fix repeated words in comments
@ 2022-10-28 13:41 Jilin Yuan
  2022-10-28 13:46 ` neil.armstrong
  0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-10-28 13:41 UTC (permalink / raw)
  To: neil.armstrong, jbrunet, mturquette, sboyd, khilman
  Cc: linux-amlogic, linux-clk, linux-arm-kernel, linux-kernel, Jilin Yuan

Delete the redundant word 'of'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/clk/meson/clk-regmap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/meson/clk-regmap.h b/drivers/clk/meson/clk-regmap.h
index e365312da54e..e08a9fa0cc36 100644
--- a/drivers/clk/meson/clk-regmap.h
+++ b/drivers/clk/meson/clk-regmap.h
@@ -18,7 +18,7 @@
  * @data:	data specific to the clock type
  *
  * Clock which is controlled by regmap backed registers. The actual type of
- * of the clock is controlled by the clock_ops and data.
+ * the clock is controlled by the clock_ops and data.
  */
 struct clk_regmap {
 	struct clk_hw	hw;
-- 
2.36.1


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

* Re: [PATCH] clk: meson: fix repeated words in comments
  2022-10-28 13:41 [PATCH] clk: meson: fix repeated words in comments Jilin Yuan
@ 2022-10-28 13:46 ` neil.armstrong
  0 siblings, 0 replies; 2+ messages in thread
From: neil.armstrong @ 2022-10-28 13:46 UTC (permalink / raw)
  To: Jilin Yuan, jbrunet, mturquette, sboyd, khilman
  Cc: linux-amlogic, linux-clk, linux-arm-kernel, linux-kernel

On 28/10/2022 15:41, Jilin Yuan wrote:
> Delete the redundant word 'of'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>   drivers/clk/meson/clk-regmap.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/meson/clk-regmap.h b/drivers/clk/meson/clk-regmap.h
> index e365312da54e..e08a9fa0cc36 100644
> --- a/drivers/clk/meson/clk-regmap.h
> +++ b/drivers/clk/meson/clk-regmap.h
> @@ -18,7 +18,7 @@
>    * @data:	data specific to the clock type
>    *
>    * Clock which is controlled by regmap backed registers. The actual type of
> - * of the clock is controlled by the clock_ops and data.
> + * the clock is controlled by the clock_ops and data.
>    */
>   struct clk_regmap {
>   	struct clk_hw	hw;


Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

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

end of thread, other threads:[~2022-10-28 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28 13:41 [PATCH] clk: meson: fix repeated words in comments Jilin Yuan
2022-10-28 13:46 ` neil.armstrong

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