summaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/wb35reg.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-09-03 08:06:02 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-04 14:27:42 -0700
commita31f7f5fca7f4f05577649aeeb7fbe91fd8732ae (patch)
tree5046ea99160659766ff0fd04431ba81539ef12ec /drivers/staging/winbond/wb35reg.c
parent21aac2c935178ef8594ad81a174319ece3139a0d (diff)
downloadblackbird-obmc-linux-a31f7f5fca7f4f05577649aeeb7fbe91fd8732ae.tar.gz
blackbird-obmc-linux-a31f7f5fca7f4f05577649aeeb7fbe91fd8732ae.zip
staging: "winbond" Fix typos.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/winbond/wb35reg.c')
-rw-r--r--drivers/staging/winbond/wb35reg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/winbond/wb35reg.c b/drivers/staging/winbond/wb35reg.c
index da595f16f634..1bff7d1c9a77 100644
--- a/drivers/staging/winbond/wb35reg.c
+++ b/drivers/staging/winbond/wb35reg.c
@@ -217,7 +217,7 @@ unsigned char Wb35Reg_Write(struct hw_data *pHwData, u16 RegisterNo, u32 Registe
* This command will be executed with a user defined value. When it completes,
* this value is useful. For example, hal_set_current_channel will use it.
* true : read command process successfully
- * false : register not support
+ * false : register not supported
*/
unsigned char Wb35Reg_WriteWithCallbackValue(struct hw_data *pHwData,
u16 RegisterNo,
@@ -631,7 +631,7 @@ unsigned char Wb35Reg_initial(struct hw_data *pHwData)
* CardComputeCrc --
*
* Description:
- * Runs the AUTODIN II CRC algorithm on buffer Buffer of length, Length.
+ * Runs the AUTODIN II CRC algorithm on the buffers Buffer length.
*
* Arguments:
* Buffer - the input buffer
OpenPOWER on IntegriCloud