Re: [PATCH v2] Staging: nvec: Remove duplicate word in comment.

From: Greg KH
Date: Thu Oct 01 2020 - 04:55:55 EST


On Tue, Sep 29, 2020 at 11:39:53PM -0400, Matthew Hanzelik wrote:
> Remove a duplicate word in a comment within nvec.c.
>
> Signed-off-by: Matthew Hanzelik <mrhanzelik@xxxxxxxxx>
> ---
> Changes in v2:
> - Fix spelling mistake in commit.
> ---
> drivers/staging/nvec/nvec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c
> index 360ec0407740..a80996b2f5ce 100644
> --- a/drivers/staging/nvec/nvec.c
> +++ b/drivers/staging/nvec/nvec.c
> @@ -289,7 +289,7 @@ EXPORT_SYMBOL(nvec_write_async);
> * interrupt handlers.
> *
> * Returns: 0 on success, a negative error code on failure.
> - * The response message is returned in @msg. Shall be freed with
> + * The response message is returned in @msg. Shall be freed
> * with nvec_msg_free() once no longer used.
> *
> */

Someone else sent this patch right before you did, sorry:
https://lore.kernel.org/r/20200927172855.9813-1-ryanpkosta@xxxxxxxxx