]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
clk: mediatek: remove duplicate '@parent' field doc
authorDavid Lechner <dlechner@baylibre.com>
Thu, 11 Dec 2025 21:05:27 +0000 (15:05 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 16 Dec 2025 17:14:31 +0000 (11:14 -0600)
Remove duplicate '@parent' field documentation in struct mtk_composite.
There is no need to say the same thing twice.

Also fix spelling mistake in the word "parent" while we're at it.

Signed-off-by: David Lechner <dlechner@baylibre.com>
drivers/clk/mediatek/clk-mtk.h

index 4ef1341aea6a13251b16b9196eb8a0f348fcab11..89479001ba8ac0ff42faa22714172a01c43a3746 100644 (file)
@@ -133,8 +133,7 @@ struct mtk_parent {
  * struct mtk_composite - aggregate clock of mux, divider and gate clocks
  *
  * @id:                        index of clocks
- * @parent:            index of parnet clocks
- * @parent:            index of parnet clocks
+ * @parent:            index of parent clocks
  * @parent_flags:      table of parent clocks with flags
  * @mux_reg:           hardware-specific mux register
  * @gate_reg:          hardware-specific gate register