mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
tipc: fix kernel-doc warnings
Fix kernel-doc warning introduced in commitb83e214b2e
("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:b83e214b2e
("tipc: add extack messages for bearer/media failure") Signed-off-by: Hoang Le <hoang.h.le@dektech.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
63c173ff7a
commit
bc556d3edd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user