Skip to content

Commit

Permalink
net: wan: framer: remove children from struct framer_ops kdoc
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
horms authored and davem330 committed Feb 21, 2024
1 parent e199c4b commit 78b88ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/framer/framer-provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ struct framer_ops {
/**
* struct framer_provider - represents the framer provider
* @dev: framer provider device
* @children: can be used to override the default (dev->of_node) child node
* @owner: the module owner having of_xlate
* @list: to maintain a linked list of framer providers
* @of_xlate: function pointer to obtain framer instance from framer pointer
Expand Down

0 comments on commit 78b88ef

Please sign in to comment.