Skip to content

Commit 0cbc0eb

Browse files
rajanv-xilinxbebarino
authored andcommitted
clk: zynqmp: fix kernel doc
Add missing description of 'custom_type_flag' structure member. Fixes: e605fa9 ("clk: zynqmp: Add support for custom type flags") Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com> Link: https://lore.kernel.org/r/1629720433-19019-1-git-send-email-rajan.vaja@xilinx.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent e73f0f0 commit 0cbc0eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/zynqmp/clk-zynqmp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ enum topology_type {
5656
* @type: Type of topology
5757
* @flag: Topology flags
5858
* @type_flag: Topology type specific flag
59+
* @custom_type_flag: Topology type specific custom flag
5960
*/
6061
struct clock_topology {
6162
u32 type;

0 commit comments

Comments
 (0)