Commit 185633d6 authored by Vincenzo Mezzela's avatar Vincenzo Mezzela Committed by Jonathan Corbet

docs: staging: fix typo in docs

Resolve a spelling error in the documentation found
with codespell.
Signed-off-by: default avatarVincenzo Mezzela <vincenzo.mezzela@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240208162748.111120-1-vincenzo.mezzela@gmail.com
parent f9197538
...@@ -157,7 +157,7 @@ Returns 0 on success and an appropriate error value on failure. ...@@ -157,7 +157,7 @@ Returns 0 on success and an appropriate error value on failure.
int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst)
sends a message across to the remote processor from a given endoint, sends a message across to the remote processor from a given endpoint,
to a destination address provided by the user. to a destination address provided by the user.
The user should specify the channel, the data it wants to send, The user should specify the channel, the data it wants to send,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment