Skip to content

Commit 5619c2d

Browse files
committed
clk: at91: sama7g5: s/ep_chg_chg_id/ep_chg_id
s/ep_chg_chg_id/ep_chg_id in documentation of master clock structure. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230615093227.576102-12-claudiu.beznea@microchip.com
1 parent de3383e commit 5619c2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/at91/sama7g5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ static struct sama7g5_pll {
354354
/*
355355
* Master clock (MCK[1..4]) description
356356
* @n: clock name
357-
* @ep_chg_chg_id: index in parents array that specifies the changeable
358357
* @ep: extra parents names array (entry formed by PLL components
359358
* identifiers (see enum pll_component_id))
360359
* @hw: pointer to clk_hw
360+
* @ep_chg_id: index in parents array that specifies the changeable
361361
* parent
362362
* @ep_count: extra parents count
363363
* @ep_mux_table: mux table for extra parents

0 commit comments

Comments
 (0)