Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 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>

authored by

Simon Horman and committed by
David S. Miller
78b88ef3 e199c4ba

-1
-1
include/linux/framer/framer-provider.h
··· 83 83 /** 84 84 * struct framer_provider - represents the framer provider 85 85 * @dev: framer provider device 86 - * @children: can be used to override the default (dev->of_node) child node 87 86 * @owner: the module owner having of_xlate 88 87 * @list: to maintain a linked list of framer providers 89 88 * @of_xlate: function pointer to obtain framer instance from framer pointer