aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/wlags49_h2/mdd.h
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-27 23:21:13 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-04 13:16:26 -0700
commitcb154c18954e245c0d933e6b8302c381ffa13c67 (patch)
treef0ec16f6629b445e86adea0916aee2fd81dab700 /drivers/staging/wlags49_h2/mdd.h
parent3cf7c7aaee1d97d39419fadc58110c1af552cefb (diff)
staging: wlags49_h2: Fix typo in staging/wlags49_h2 driver
Correct spelling typo in staging/wlags49_h2 Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlags49_h2/mdd.h')
-rw-r--r--drivers/staging/wlags49_h2/mdd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wlags49_h2/mdd.h b/drivers/staging/wlags49_h2/mdd.h
index 5c3515f31a1..48aa108be77 100644
--- a/drivers/staging/wlags49_h2/mdd.h
+++ b/drivers/staging/wlags49_h2/mdd.h
@@ -844,13 +844,13 @@ XX1( CFG_SCAN, SCAN_RS_STRCT, scan_result[32] ) /*Scan results *
#define HCF_SUCCESS 0x00 // OK
-#define HCF_ERR_TIME_OUT 0x04 // Expected Hermes event did not occure in expected time
+#define HCF_ERR_TIME_OUT 0x04 // Expected Hermes event did not occur in expected time
#define HCF_ERR_NO_NIC 0x05 /* card not found (usually yanked away during hcfio_in_string
* Also: card is either absent or disabled while it should be neither */
#define HCF_ERR_LEN 0x08 /* buffer size insufficient
* - IFB_ConfigTable too small
* - hcf_get_info buffer has a size of 0 or 1 or less than needed
- * to accomodate all data
+ * to accommodate all data
* - hcf_put_info: CFG_DLNV_DATA exceeds intermediate
* buffer size */
#define HCF_ERR_INCOMP_PRI 0x09 // primary functions are not compatible