diff mbox series

[net-next] net: wan: framer: remove children from struct framer_ops kdoc

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

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 942 this patch: 942
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers success CCed 4 of 4 maintainers
netdev/build_clang success Errors and warnings before: 958 this patch: 958
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 959 this patch: 959
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 1 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-02-21--12-00 (tests: 1454)

Commit Message

Simon Horman Feb. 19, 2024, 5:45 p.m. UTC
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(-)

Comments

Herve Codina Feb. 19, 2024, 6:16 p.m. UTC | #1
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é
patchwork-bot+netdevbpf@kernel.org Feb. 21, 2024, 12:50 p.m. UTC | #2
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 mbox series

Patch

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