Commit 9b872a74 authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Greg Kroah-Hartman

Staging: nvec: Fixed a typo

Fixed a typo in nvec.c file
Signed-off-by: default avatarGustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4e8e8716
...@@ -259,7 +259,7 @@ static void nvec_gpio_set_value(struct nvec_chip *nvec, int value) ...@@ -259,7 +259,7 @@ static void nvec_gpio_set_value(struct nvec_chip *nvec, int value)
* and return immediately. * and return immediately.
* *
* Returns: 0 on success, a negative error code on failure. If a failure * Returns: 0 on success, a negative error code on failure. If a failure
* occured, the nvec driver may print an error. * occurred, the nvec driver may print an error.
*/ */
int nvec_write_async(struct nvec_chip *nvec, const unsigned char *data, int nvec_write_async(struct nvec_chip *nvec, const unsigned char *data,
short size) short size)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment