Skip to content
Snippets Groups Projects
Commit 3aa1141f authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet
Browse files

connector: fix a kernel-doc markup


A function has a different name between their prototype
and its kernel-doc markup.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/889cfb141a98ae06d5bc79b744786ec2e8f92d93.1610610937.git.mchehab+huawei@kernel.org


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent e23bd833
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ void cn_del_callback(const struct cb_id *id); ...@@ -99,7 +99,7 @@ void cn_del_callback(const struct cb_id *id);
int cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid, u32 group, gfp_t gfp_mask); int cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid, u32 group, gfp_t gfp_mask);
/** /**
* cn_netlink_send_mult - Sends message to the specified groups. * cn_netlink_send - Sends message to the specified groups.
* *
* @msg: message header(with attached data). * @msg: message header(with attached data).
* @portid: destination port. * @portid: destination port.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment