projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f919753
)
docs: staging: fix typo in docs
author
Vincenzo Mezzela
<vincenzo.mezzela@gmail.com>
Thu, 8 Feb 2024 16:27:48 +0000
(17:27 +0100)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 8 Feb 2024 22:38:21 +0000
(15:38 -0700)
Resolve a spelling error in the documentation found
with codespell.
Signed-off-by: Vincenzo Mezzela <vincenzo.mezzela@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link:
https://lore.kernel.org/r/20240208162748.111120-1-vincenzo.mezzela@gmail.com
Documentation/staging/rpmsg.rst
patch
|
blob
|
history
diff --git
a/Documentation/staging/rpmsg.rst
b/Documentation/staging/rpmsg.rst
index dba3e5f6561295d0a05b84935b32f64505c51a15..3713adaa1608f60bc663efd25af6fbbd2f571241 100644
(file)
--- a/
Documentation/staging/rpmsg.rst
+++ b/
Documentation/staging/rpmsg.rst
@@
-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)
-sends a message across to the remote processor from a given endoint,
+sends a message across to the remote processor from a given end
p
oint,
to a destination address provided by the user.
The user should specify the channel, the data it wants to send,