* [net-next] tipc: fix kernel-doc warnings
@ 2021-03-26 9:14 Hoang Le
2021-03-26 23:00 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Hoang Le @ 2021-03-26 9:14 UTC (permalink / raw)
To: netdev, tipc-discussion, jmaloy, maloy, ying.xue, tuan.a.vo,
tung.q.nguyen
Fix kernel-doc warning introduced in
commit b83e214b2e04 ("tipc: add extack messages for bearer/media failure"):
net/tipc/bearer.c:248: warning: Function parameter or member 'extack' not described in 'tipc_enable_bearer'
Fixes: b83e214b2e04 ("tipc: add extack messages for bearer/media failure")
Signed-off-by: Hoang Le <hoang.h.le@dektech.com.au>
---
net/tipc/bearer.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/tipc/bearer.c b/net/tipc/bearer.c
index 1090f21fcfac..d47e0b940ac9 100644
--- a/net/tipc/bearer.c
+++ b/net/tipc/bearer.c
@@ -240,6 +240,7 @@ void tipc_bearer_remove_dest(struct net *net, u32 bearer_id, u32 dest)
* @disc_domain: bearer domain
* @prio: bearer priority
* @attr: nlattr array
+ * @extack: netlink extended ack
*/
static int tipc_enable_bearer(struct net *net, const char *name,
u32 disc_domain, u32 prio,
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [net-next] tipc: fix kernel-doc warnings
2021-03-26 9:14 [net-next] tipc: fix kernel-doc warnings Hoang Le
@ 2021-03-26 23:00 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-26 23:00 UTC (permalink / raw)
To: Hoang Le
Cc: netdev, tipc-discussion, jmaloy, maloy, ying.xue, tuan.a.vo,
tung.q.nguyen
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 26 Mar 2021 16:14:14 +0700 you wrote:
> Fix kernel-doc warning introduced in
> commit b83e214b2e04 ("tipc: add extack messages for bearer/media failure"):
>
> net/tipc/bearer.c:248: warning: Function parameter or member 'extack' not described in 'tipc_enable_bearer'
>
> Fixes: b83e214b2e04 ("tipc: add extack messages for bearer/media failure")
> Signed-off-by: Hoang Le <hoang.h.le@dektech.com.au>
>
> [...]
Here is the summary with links:
- [net-next] tipc: fix kernel-doc warnings
https://git.kernel.org/netdev/net-next/c/bc556d3edd0d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-26 23:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26 9:14 [net-next] tipc: fix kernel-doc warnings Hoang Le
2021-03-26 23:00 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).