Commit 78b88ef3 authored by Simon Horman's avatar Simon Horman Committed by David S. Miller
Browse files

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 82c944d0 ("net: wan: Add framer framework support")

Signed-off-by: default avatarSimon Horman <horms@kernel.org>
Acked-by: default avatarHerve Codina <herve.codina@bootlin.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e199c4ba
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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