aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/connector.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-01-14 09:04:42 +0100
committerJonathan Corbet <corbet@lwn.net>2021-01-21 14:06:00 -0700
commit3aa1141f9916af3258e2bc69e294e2cc07d2ddf1 (patch)
tree212e2645df26f178b05a55e8ccdde608db63ef8f /include/linux/connector.h
parentfirmware: stratix10-svc: fix kernel-doc markups (diff)
downloadlinux-dev-3aa1141f9916af3258e2bc69e294e2cc07d2ddf1.tar.xz
linux-dev-3aa1141f9916af3258e2bc69e294e2cc07d2ddf1.zip
connector: fix a kernel-doc markup
A function has a different name between their prototype and its kernel-doc markup. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/889cfb141a98ae06d5bc79b744786ec2e8f92d93.1610610937.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'include/linux/connector.h')
-rw-r--r--include/linux/connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/connector.h b/include/linux/connector.h
index 8ea860efea37..487350bb19c3 100644
--- a/include/linux/connector.h
+++ b/include/linux/connector.h
@@ -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);
/**
- * 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).
* @portid: destination port.