]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mailbox: correct kdoc title for mbox_bind_client
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 23 Feb 2026 12:21:33 +0000 (13:21 +0100)
committerJassi Brar <jassisinghbrar@gmail.com>
Sun, 29 Mar 2026 15:58:34 +0000 (10:58 -0500)
"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>
drivers/mailbox/mailbox.c

index 354434cd12097dddba143bb94a3836662256cc30..03473ae41ed17b09258de51c2e4d14902b24437f 100644 (file)
@@ -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.
  *