Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Wolfram Sang and committed by
Jassi Brar
d81e6703 9efbbf81

+1 -1
+1 -1
drivers/mailbox/mailbox.c
··· 364 364 } 365 365 366 366 /** 367 - * mbox_bind_client - Request a mailbox channel. 367 + * mbox_bind_client - Bind client to a mailbox channel. 368 368 * @chan: The mailbox channel to bind the client to. 369 369 * @cl: Identity of the client requesting the channel. 370 370 *