Re: [PATCH] Documentation: staging: fix spelling error in remoteproc.rst

From: Jonathan Corbet
Date: Tue Sep 16 2025 - 11:56:31 EST


Taimoor Zaeem <taimoorzaeem@xxxxxxxxx> writes:

> From 10321c75f8fc1296775942f13cb3af78fdc8dcc8 Mon Sep 17 00:00:00 2001
> From: Taimoor Zaeem <taimoorzaeem@xxxxxxxxx>
> Date: Sun, 14 Sep 2025 16:31:56 +0500
> Subject: [PATCH] Documentation: staging: fix spelling error in remoteproc.rst
>
> Fix typo 'implementors' to 'implementers' in remote processor framework
> documentation.
>
> Signed-off-by: Taimoor Zaeem <taimoorzaeem@xxxxxxxxx>
> ---
> Documentation/staging/remoteproc.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/staging/remoteproc.rst b/Documentation/staging/remoteproc.rst
> index 348ee7e508ac..5c226fa076d6 100644
> --- a/Documentation/staging/remoteproc.rst
> +++ b/Documentation/staging/remoteproc.rst
> @@ -104,7 +104,7 @@ Typical usage
> rproc_shutdown(my_rproc);
> }
>
> -API for implementors
> +API for implementers
> ====================

Applied, thanks.

jon