diff options
author | Eran Harary <eran.harary@intel.com> | 2014-08-04 05:21:05 -0400 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-09-03 15:49:04 -0400 |
commit | 0ade579cce06806353e5f601ff3285a0a7d1e398 (patch) | |
tree | d9806f655378532ac9358a8860a947a3a26529c8 | |
parent | 532cf5c683ab027091ffc19d45e3a67a49f76f5d (diff) |
iwlwifi: mvm: fix comment typo
Signed-off-by: Eran Harary <eran.harary@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/ops.c b/drivers/net/wireless/iwlwifi/mvm/ops.c index e3be34f6aa41..166d17c48f85 100644 --- a/drivers/net/wireless/iwlwifi/mvm/ops.c +++ b/drivers/net/wireless/iwlwifi/mvm/ops.c | |||
@@ -495,7 +495,7 @@ iwl_op_mode_mvm_start(struct iwl_trans *trans, const struct iwl_cfg *cfg, | |||
495 | goto out_free; | 495 | goto out_free; |
496 | 496 | ||
497 | /* | 497 | /* |
498 | * Even if nvm exists in the nvm_file driver should read agin the nvm | 498 | * Even if nvm exists in the nvm_file driver should read again the nvm |
499 | * from the nic because there might be entries that exist in the OTP | 499 | * from the nic because there might be entries that exist in the OTP |
500 | * and not in the file. | 500 | * and not in the file. |
501 | * for nics with no_power_up_nic_in_init: rely completley on nvm_file | 501 | * for nics with no_power_up_nic_in_init: rely completley on nvm_file |