summaryrefslogtreecommitdiff
path: root/drivers/mailbox
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2026-02-23 13:21:33 +0100
committerJassi Brar <jassisinghbrar@gmail.com>2026-03-29 10:58:34 -0500
commitd81e6703b8f12bbb885967933d1730600bce02c7 (patch)
tree0d8cd1875e7e288d583fa1247efec80f4107a0ba /drivers/mailbox
parent9efbbf810ee3e50360daa83cb8e0cc5ab998cef3 (diff)
downloadlinux-next-d81e6703b8f12bbb885967933d1730600bce02c7.tar.gz
linux-next-d81e6703b8f12bbb885967933d1730600bce02c7.zip
mailbox: correct kdoc title for mbox_bind_client
"Request" is wrong, there is a separate function for requesting. This functions binds, so describe this. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
Diffstat (limited to 'drivers/mailbox')
-rw-r--r--drivers/mailbox/mailbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/mailbox.c b/drivers/mailbox/mailbox.c
index 354434cd1209..03473ae41ed1 100644
--- a/drivers/mailbox/mailbox.c
+++ b/drivers/mailbox/mailbox.c
@@ -364,7 +364,7 @@ static int __mbox_bind_client(struct mbox_chan *chan, struct mbox_client *cl)
}
/**
- * mbox_bind_client - Request a mailbox channel.
+ * mbox_bind_client - Bind client to a mailbox channel.
* @chan: The mailbox channel to bind the client to.
* @cl: Identity of the client requesting the channel.
*