mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
clk: zynqmp: fix kernel doc
Add missing description of 'custom_type_flag' structure member.
Fixes: e605fa9c4a
("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>
This commit is contained in:
parent
e73f0f0ee7
commit
0cbc0eb14e
@ -56,6 +56,7 @@ enum topology_type {
|
||||
* @type: Type of topology
|
||||
* @flag: Topology flags
|
||||
* @type_flag: Topology type specific flag
|
||||
* @custom_type_flag: Topology type specific custom flag
|
||||
*/
|
||||
struct clock_topology {
|
||||
u32 type;
|
||||
|
Loading…
Reference in New Issue
Block a user