summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x_usb.c
diff options
context:
space:
mode:
authorMasanari Iida2014-11-30 16:29:00 +0100
committerGreg Kroah-Hartman2015-01-18 01:10:48 +0100
commit1a6dfce737cc7d8f7a99c79ca7c15c64fb840534 (patch)
tree07962d5ac1fa1477af34163598d2d3f5649213f2 /drivers/staging/wlan-ng/hfa384x_usb.c
parentStaging: wlan-ng: hfa384x_usb: fixed an 'else' statement coding style issue (diff)
downloadkernel-qcow2-linux-1a6dfce737cc7d8f7a99c79ca7c15c64fb840534.tar.gz
kernel-qcow2-linux-1a6dfce737cc7d8f7a99c79ca7c15c64fb840534.tar.xz
kernel-qcow2-linux-1a6dfce737cc7d8f7a99c79ca7c15c64fb840534.zip
staging: wlan-ng: Fix typo in comments and printk
This patch fix spelling typo in comments and print. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng/hfa384x_usb.c')
-rw-r--r--drivers/staging/wlan-ng/hfa384x_usb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c b/drivers/staging/wlan-ng/hfa384x_usb.c
index de33a07904f2..2245339eb6a2 100644
--- a/drivers/staging/wlan-ng/hfa384x_usb.c
+++ b/drivers/staging/wlan-ng/hfa384x_usb.c
@@ -382,7 +382,7 @@ done:
*
* Arguments:
* hw device struct
-* tx_urb URB of data for tranmission
+* tx_urb URB of data for transmission
* memflags memory allocation flags
*
* Returns:
@@ -2391,7 +2391,7 @@ int hfa384x_drvr_ramdl_write(hfa384x_t *hw, u32 daddr, void *buf, u32 len)
* 0 success
* >0 f/w reported error - f/w status code
* <0 driver reported error
-* -ETIMEDOUT timout waiting for the cmd regs to become
+* -ETIMEDOUT timeout waiting for the cmd regs to become
* available, or waiting for the control reg
* to indicate the Aux port is enabled.
* -ENODATA the buffer does NOT contain a valid PDA.