Message ID | 20240219-framer-children-v1-1-169c1deddc70@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 78b88ef392c1ccc189c74cf73c179cf59d23a258 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] net: wan: framer: remove children from struct framer_ops kdoc | expand |
Hi Simon, On Mon, 19 Feb 2024 17:45:48 +0000 Simon Horman <horms@kernel.org> wrote: > 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> Yes indeed. Acked-by: Herve Codina <herve.codina@bootlin.com> Thanks for this patch. Best regards, Hervé
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 19 Feb 2024 17:45:48 +0000 you wrote: > 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> > > [...] Here is the summary with links: - [net-next] net: wan: framer: remove children from struct framer_ops kdoc https://git.kernel.org/netdev/net-next/c/78b88ef392c1 You are awesome, thank you!
diff --git a/include/linux/framer/framer-provider.h b/include/linux/framer/framer-provider.h index 782cd5fc83d5..6c2c4ddc77bf 100644 --- a/include/linux/framer/framer-provider.h +++ b/include/linux/framer/framer-provider.h @@ -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
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> --- include/linux/framer/framer-provider.h | 1 - 1 file changed, 1 deletion(-)