diff options
author | Ian Schram <ischram@telenet.be> | 2007-10-25 11:15:22 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-29 00:03:06 +0100 |
commit | 01ebd063e11bdcf1ddc605d968ea89aef48e34e0 (patch) | |
tree | d7c4046afe2f615f6ddb8f611eee81a3ddad3839 /drivers/net/wireless/iwlwifi/iwlwifi.h | |
parent | iwlwifi: Add erp_ie_changed hanlder (diff) | |
download | linux-01ebd063e11bdcf1ddc605d968ea89aef48e34e0.tar.xz linux-01ebd063e11bdcf1ddc605d968ea89aef48e34e0.zip |
iwlwifi: fix various spelling and typos
Fixing various spelling errors and typos. Mostly in comments. In total
27 words were corrected, some of which occurred more than ones.
Signed-Of-By: Ian Schram <ischram@telenet.be>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwlwifi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwlwifi.h b/drivers/net/wireless/iwlwifi/iwlwifi.h index 432ce887807f..8e52fef94916 100644 --- a/drivers/net/wireless/iwlwifi/iwlwifi.h +++ b/drivers/net/wireless/iwlwifi/iwlwifi.h @@ -54,9 +54,9 @@ extern struct pci_device_id iwl_hw_card_ids[]; * Driver implementation data structures, constants, inline * functions * - * NOTE: DO NOT PUT HARDWARE/UCODE SPECIFIC DECLRATIONS HERE + * NOTE: DO NOT PUT HARDWARE/UCODE SPECIFIC DECLARATIONS HERE * - * Hardware specific declrations go into iwl-*hw.h + * Hardware specific declarations go into iwl-*hw.h * */ @@ -467,7 +467,7 @@ union iwl_qos_capabity { u8 val; }; -/* QoS sturctures */ +/* QoS structures */ struct iwl_qos_info { int qos_enable; int qos_active; |