summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x.h
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.h
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.h')
-rw-r--r--drivers/staging/wlan-ng/hfa384x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
index 20d146b61ba7..5b7b4081e2c9 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -1268,7 +1268,7 @@ typedef struct hfa384x {
hfa384x_downloadbuffer_t bufinfo;
u16 dltimeout;
- int scanflag; /* to signal scan comlete */
+ int scanflag; /* to signal scan complete */
int join_ap; /* are we joined to a specific ap */
int join_retries; /* number of join retries till we fail */
hfa384x_JoinRequest_data_t joinreq; /* join request saved data */