diff options
author | Sara Sharon <sara.sharon@intel.com> | 2015-03-31 05:24:05 -0400 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2015-04-02 02:29:13 -0400 |
commit | 0d365ae5f2715a4a749e41ce5e75e34f03090db6 (patch) | |
tree | 095ff92f288e9f30111a8ccfddca3795fa303465 /drivers/net/wireless/iwlwifi/mvm/time-event.c | |
parent | 10a7c028dbf9920ba6781bf1adde1811dc50de86 (diff) |
iwlwifi: fix spelling errors
Fix spelling error across the driver.
Modified only comments and prints.
Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/time-event.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/time-event.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/time-event.c b/drivers/net/wireless/iwlwifi/mvm/time-event.c index a32f612a8b59..bd519597eb2d 100644 --- a/drivers/net/wireless/iwlwifi/mvm/time-event.c +++ b/drivers/net/wireless/iwlwifi/mvm/time-event.c | |||
@@ -119,7 +119,7 @@ void iwl_mvm_roc_done_wk(struct work_struct *wk) | |||
119 | 119 | ||
120 | /* | 120 | /* |
121 | * Flush the offchannel queue -- this is called when the time | 121 | * Flush the offchannel queue -- this is called when the time |
122 | * event finishes or is cancelled, so that frames queued for it | 122 | * event finishes or is canceled, so that frames queued for it |
123 | * won't get stuck on the queue and be transmitted in the next | 123 | * won't get stuck on the queue and be transmitted in the next |
124 | * time event. | 124 | * time event. |
125 | * We have to send the command asynchronously since this cannot | 125 | * We have to send the command asynchronously since this cannot |
@@ -778,7 +778,7 @@ void iwl_mvm_stop_roc(struct iwl_mvm *mvm) | |||
778 | * Iterate over the list of aux roc time events and find the time | 778 | * Iterate over the list of aux roc time events and find the time |
779 | * event that is associated with a BSS interface. | 779 | * event that is associated with a BSS interface. |
780 | * This assumes that a BSS interface can have only a single time | 780 | * This assumes that a BSS interface can have only a single time |
781 | * event at any given time and this time event coresponds to a ROC | 781 | * event at any given time and this time event corresponds to a ROC |
782 | * request | 782 | * request |
783 | */ | 783 | */ |
784 | list_for_each_entry(te_data, &mvm->aux_roc_te_list, list) { | 784 | list_for_each_entry(te_data, &mvm->aux_roc_te_list, list) { |