[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240219-framer-children-v1-1-169c1deddc70@kernel.org>
Date: Mon, 19 Feb 2024 17:45:48 +0000
From: Simon Horman <horms@...nel.org>
To: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: Linus Walleij <linus.walleij@...aro.org>,
Christophe Leroy <christophe.leroy@...roup.eu>,
Herve Codina <herve.codina@...tlin.com>, netdev@...r.kernel.org
Subject: [PATCH net-next] 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@...nel.org>
---
include/linux/framer/framer-provider.h | 1 -
1 file changed, 1 deletion(-)
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
Powered by blists - more mailing lists