From 185633d6be0c8cfe18f1eb1c3555c4837cfb8b1c Mon Sep 17 00:00:00 2001 From: Vincenzo Mezzela Date: Thu, 8 Feb 2024 17:27:48 +0100 Subject: docs: staging: fix typo in docs Resolve a spelling error in the documentation found with codespell. Signed-off-by: Vincenzo Mezzela Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20240208162748.111120-1-vincenzo.mezzela@gmail.com --- Documentation/staging/rpmsg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/staging') diff --git a/Documentation/staging/rpmsg.rst b/Documentation/staging/rpmsg.rst index dba3e5f65612..3713adaa1608 100644 --- 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 endpoint, to a destination address provided by the user. The user should specify the channel, the data it wants to send, -- cgit v1.2.3