Commit 5e088fae authored by Michael Tretter's avatar Michael Tretter Committed by Stephen Boyd

clk: zynqmp: fix kerneldoc of __zynqmp_clock_get_parents

The kerneldoc refers to __zynqmp_clock_get_topology(), but actually
documents __zynqmp_clock_get_parents(). Refer to the correct function
name in the kerneldoc.
Signed-off-by: default avatarMichael Tretter <m.tretter@pengutronix.de>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent d3e4ebc1
......@@ -415,7 +415,7 @@ static int zynqmp_clock_get_topology(u32 clk_id,
}
/**
* __zynqmp_clock_get_topology() - Get parents info of clock from firmware
* __zynqmp_clock_get_parents() - Get parents info of clock from firmware
* response data
* @parents: Clock parents
* @data: Clock parents data received from firmware
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment