]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: vt6655: vt6656: Fix typo in comments
authorMasanari Iida <standby24x7@gmail.com>
Sun, 15 Sep 2013 11:31:37 +0000 (20:31 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Sep 2013 23:25:40 +0000 (16:25 -0700)
Correct spelling typo in staging/vt6655 and staging/vt6656

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/wcmd.c
drivers/staging/vt6656/wmgr.c

index d551653537b4a305c4045b65feadd5714ad84237..9c57eefe78fb12c9109a6aa2930046f3cf03c41b 100644 (file)
@@ -233,7 +233,7 @@ s_vProbeChannel(
  *
  *
  * Return Value:
- *    A ptr to Tx frame or NULL on allocation failue
+ *    A ptr to Tx frame or NULL on allocation failure
  *
  -*/
 
index bc808ef7bd217dcf49d4b6834d03378c0dcd7235..a69b883139485b4cefd40d5a73dbd4bd65c0e51e 100644 (file)
@@ -3095,7 +3095,7 @@ struct vnt_tx_mgmt *s_MgrMakeProbeResponse(struct vnt_private *pDevice,
  *
  *
  * Return Value:
- *    A ptr to frame or NULL on allocation failue
+ *    A ptr to frame or NULL on allocation failure
  *
 -*/