Skip to content

Commit 78b88ef

Browse files
hormsdavem330
authored andcommitted
net: wan: framer: remove children from struct framer_ops kdoc
Remove documentation of non-existent children field from the Kernel doc for struct framer_ops. Introduced by 82c944d ("net: wan: Add framer framework support") Signed-off-by: Simon Horman <[email protected]> Acked-by: Herve Codina <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e199c4b commit 78b88ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/framer/framer-provider.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ struct framer_ops {
8383
/**
8484
* struct framer_provider - represents the framer provider
8585
* @dev: framer provider device
86-
* @children: can be used to override the default (dev->of_node) child node
8786
* @owner: the module owner having of_xlate
8887
* @list: to maintain a linked list of framer providers
8988
* @of_xlate: function pointer to obtain framer instance from framer pointer

0 commit comments

Comments
 (0)