summaryrefslogtreecommitdiff
path: root/drivers/staging/mei/mei.h
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-03-12 07:18:09 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-13 15:45:10 -0700
commit5f9092f36fa8707d487a911299b21d6df846319c (patch)
tree44d17845787db1f73e666295a4aa6080a7caf1a9 /drivers/staging/mei/mei.h
parent7411f9cfe67f5dd54333d2fe7e2a677c42666f99 (diff)
downloadlinux-3.10-5f9092f36fa8707d487a911299b21d6df846319c.tar.gz
linux-3.10-5f9092f36fa8707d487a911299b21d6df846319c.tar.bz2
linux-3.10-5f9092f36fa8707d487a911299b21d6df846319c.zip
drivers:staging:mei Fix some typos in staging/mei
The below patch fixes some typos in drivers/staging/mei/* that I have found while doing a little bit of reading. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mei/mei.h')
-rw-r--r--drivers/staging/mei/mei.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/mei/mei.h b/drivers/staging/mei/mei.h
index b09b11cbe30..bc0d8b69c49 100644
--- a/drivers/staging/mei/mei.h
+++ b/drivers/staging/mei/mei.h
@@ -77,7 +77,7 @@
* Only in close() (file_operation release()) the communication between
* the clients is disconnected
*
- * The IOCTL argument is a struct with a union the contains
+ * The IOCTL argument is a struct with a union that contains
* the input parameter and the output parameter for this IOCTL.
*
* The input parameter is UUID of the FW Client.