net: wan: framer: remove children from struct framer_ops kdoc
authorSimon Horman <horms@kernel.org>
Mon, 19 Feb 2024 17:45:48 +0000 (17:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Feb 2024 12:41:24 +0000 (12:41 +0000)
Remove documentation of non-existent children field
from the Kernel doc for struct framer_ops.

Introduced by 82c944d05b1a ("net: wan: Add framer framework support")

Signed-off-by: Simon Horman <horms@kernel.org>
Acked-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/framer/framer-provider.h

index f6fd2dd9259122d0d397151c5dd9617301700b69..9724d4b44b9c708c57cc46b2162f1c35466d1939 100644 (file)
@@ -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