2020-09-30 03:45:24

by Matthew Hanzelik

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

Remove a duplicate word in a comment within nvec.c.

Signed-off-by: Matthew Hanzelik <[email protected]>
---
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.
*
*/
--
2.26.2


2020-10-01 08:59:37

by Greg Kroah-Hartman

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

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 <[email protected]>
> ---
> 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/[email protected]