Staging: nvec: Removes repeated word typo in comment

Fix a comment typo.

Signed-off-by: Ryan Kosta <ryanpkosta@gmail.com>
Link: https://lore.kernel.org/r/20200927172855.9813-1-ryanpkosta@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ryan Kosta 2020-09-27 10:28:55 -07:00 committed by Greg Kroah-Hartman
parent 9b1e57ef81
commit e6ac17de78

View File

@ -289,7 +289,7 @@ EXPORT_SYMBOL(nvec_write_async);
* interrupt handlers. * interrupt handlers.
* *
* Returns: 0 on success, a negative error code on failure. * 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. * with nvec_msg_free() once no longer used.
* *
*/ */