提交 91e17473 编写于 作者: I Ian Schram 提交者: David S. Miller

iwlwifi: rename iwl_eeprom_aqcuire_semaphore to _acquire_

Correct the spelling of aqcuire.
Signed-off-by: NIan Schram <ischram@telenet.be>
Signed-off-by: NZhu Yi <yi.zhu@intel.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 01ebd063
...@@ -2302,7 +2302,7 @@ struct pci_device_id iwl_hw_card_ids[] = { ...@@ -2302,7 +2302,7 @@ struct pci_device_id iwl_hw_card_ids[] = {
{0} {0}
}; };
inline int iwl_eeprom_aqcuire_semaphore(struct iwl_priv *priv) inline int iwl_eeprom_acquire_semaphore(struct iwl_priv *priv)
{ {
_iwl_clear_bit(priv, CSR_EEPROM_GP, CSR_EEPROM_GP_IF_OWNER_MSK); _iwl_clear_bit(priv, CSR_EEPROM_GP, CSR_EEPROM_GP_IF_OWNER_MSK);
return 0; return 0;
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
/* /*
* Forward declare iwl-3945.c functions for iwl-base.c * Forward declare iwl-3945.c functions for iwl-base.c
*/ */
extern int iwl_eeprom_aqcuire_semaphore(struct iwl_priv *priv); extern int iwl_eeprom_acquire_semaphore(struct iwl_priv *priv);
extern __le32 iwl3945_get_antenna_flags(const struct iwl_priv *priv); extern __le32 iwl3945_get_antenna_flags(const struct iwl_priv *priv);
extern int iwl3945_init_hw_rate_table(struct iwl_priv *priv); extern int iwl3945_init_hw_rate_table(struct iwl_priv *priv);
extern void iwl3945_reg_txpower_periodic(struct iwl_priv *priv); extern void iwl3945_reg_txpower_periodic(struct iwl_priv *priv);
......
...@@ -4700,7 +4700,7 @@ struct pci_device_id iwl_hw_card_ids[] = { ...@@ -4700,7 +4700,7 @@ struct pci_device_id iwl_hw_card_ids[] = {
{0} {0}
}; };
int iwl_eeprom_aqcuire_semaphore(struct iwl_priv *priv) int iwl_eeprom_acquire_semaphore(struct iwl_priv *priv)
{ {
u16 count; u16 count;
int rc; int rc;
...@@ -4713,7 +4713,7 @@ int iwl_eeprom_aqcuire_semaphore(struct iwl_priv *priv) ...@@ -4713,7 +4713,7 @@ int iwl_eeprom_aqcuire_semaphore(struct iwl_priv *priv)
CSR_HW_IF_CONFIG_REG_BIT_EEPROM_OWN_SEM, CSR_HW_IF_CONFIG_REG_BIT_EEPROM_OWN_SEM,
EEPROM_SEM_TIMEOUT); EEPROM_SEM_TIMEOUT);
if (rc >= 0) { if (rc >= 0) {
IWL_DEBUG_IO("Aqcuired semaphore after %d tries.\n", IWL_DEBUG_IO("Acquired semaphore after %d tries.\n",
count+1); count+1);
return rc; return rc;
} }
......
...@@ -32,7 +32,7 @@ struct sta_ht_info; ...@@ -32,7 +32,7 @@ struct sta_ht_info;
/* /*
* Forward declare iwl-4965.c functions for iwl-base.c * Forward declare iwl-4965.c functions for iwl-base.c
*/ */
extern int iwl_eeprom_aqcuire_semaphore(struct iwl_priv *priv); extern int iwl_eeprom_acquire_semaphore(struct iwl_priv *priv);
extern void iwl_eeprom_release_semaphore(struct iwl_priv *priv); extern void iwl_eeprom_release_semaphore(struct iwl_priv *priv);
extern int iwl4965_tx_queue_update_wr_ptr(struct iwl_priv *priv, extern int iwl4965_tx_queue_update_wr_ptr(struct iwl_priv *priv,
......
...@@ -1553,9 +1553,9 @@ int iwl_eeprom_init(struct iwl_priv *priv) ...@@ -1553,9 +1553,9 @@ int iwl_eeprom_init(struct iwl_priv *priv)
return -ENOENT; return -ENOENT;
} }
rc = iwl_eeprom_aqcuire_semaphore(priv); rc = iwl_eeprom_acquire_semaphore(priv);
if (rc < 0) { if (rc < 0) {
IWL_ERROR("Failed to aqcuire EEPROM semaphore.\n"); IWL_ERROR("Failed to acquire EEPROM semaphore.\n");
return -ENOENT; return -ENOENT;
} }
......
...@@ -1602,9 +1602,9 @@ int iwl_eeprom_init(struct iwl_priv *priv) ...@@ -1602,9 +1602,9 @@ int iwl_eeprom_init(struct iwl_priv *priv)
return -ENOENT; return -ENOENT;
} }
rc = iwl_eeprom_aqcuire_semaphore(priv); rc = iwl_eeprom_acquire_semaphore(priv);
if (rc < 0) { if (rc < 0) {
IWL_ERROR("Failed to aqcuire EEPROM semaphore.\n"); IWL_ERROR("Failed to acquire EEPROM semaphore.\n");
return -ENOENT; return -ENOENT;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册