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

Greg KH gregkh at linuxfoundation.org
Thu Oct 1 08:55:46 UTC 2020


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 at gmail.com>
> ---
> 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@gmail.com


More information about the devel mailing list