diff mbox series

clk: meson: fix repeated words in comments

Message ID 20221028134156.64042-1-yuanjilin@cdjrlc.com (mailing list archive)
State New, archived
Delegated to: Neil Armstrong
Headers show
Series clk: meson: fix repeated words in comments | expand

Commit Message

Jilin Yuan Oct. 28, 2022, 1:41 p.m. UTC
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(-)

Comments

Neil Armstrong Oct. 28, 2022, 1:46 p.m. UTC | #1
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>
diff mbox series

Patch

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;