diff options
| author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2026-02-23 13:21:33 +0100 |
|---|---|---|
| committer | Jassi Brar <jassisinghbrar@gmail.com> | 2026-03-29 10:58:34 -0500 |
| commit | d81e6703b8f12bbb885967933d1730600bce02c7 (patch) | |
| tree | 0d8cd1875e7e288d583fa1247efec80f4107a0ba /drivers | |
| parent | 9efbbf810ee3e50360daa83cb8e0cc5ab998cef3 (diff) | |
| download | linux-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')
| -rw-r--r-- | drivers/mailbox/mailbox.c | 2 |
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. * |
