aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-03-19 08:17:49 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-10 09:29:21 -0700
commit535f2a5ffa5b11bd6824cbab6027d5092b5517c2 (patch)
tree250fec1813ea8b06fc5eab0f53baa94476422e04 /drivers/staging/nvec
parentstaging: usbip: fix the usage of kthread_stop() (diff)
downloadlinux-dev-535f2a5ffa5b11bd6824cbab6027d5092b5517c2.tar.xz
linux-dev-535f2a5ffa5b11bd6824cbab6027d5092b5517c2.zip
staging:nvec:nvec.h Fix typos in staging:nvec
The below patch fixes a typo I found while reading. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Cc: Julian Andres Klode <jak@jak-linux.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/nvec')
-rw-r--r--drivers/staging/nvec/nvec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/nvec/nvec.h b/drivers/staging/nvec/nvec.h
index a4c17b0e10cf..ba6ed8f4e8a3 100644
--- a/drivers/staging/nvec/nvec.h
+++ b/drivers/staging/nvec/nvec.h
@@ -42,7 +42,7 @@
* enum nvec_event_size - The size of an event message
* @NVEC_2BYTES: The message has one command byte and one data byte
* @NVEC_3BYTES: The message has one command byte and two data bytes
- * @NVEC_VAR_SIZE: The message has one command byte, one count byte, and as
+ * @NVEC_VAR_SIZE: The message has one command byte, one count byte, and has
* up to as many bytes as the number in the count byte. The
* maximum is 32
*