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/utils.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/utils.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/utils.c b/drivers/net/wireless/iwlwifi/mvm/utils.c index 593a810fe53e..54e3556842c4 100644 --- a/drivers/net/wireless/iwlwifi/mvm/utils.c +++ b/drivers/net/wireless/iwlwifi/mvm/utils.c | |||
@@ -122,7 +122,7 @@ int iwl_mvm_send_cmd_pdu(struct iwl_mvm *mvm, u8 id, | |||
122 | } | 122 | } |
123 | 123 | ||
124 | /* | 124 | /* |
125 | * We assume that the caller set the status to the sucess value | 125 | * We assume that the caller set the status to the success value |
126 | */ | 126 | */ |
127 | int iwl_mvm_send_cmd_status(struct iwl_mvm *mvm, struct iwl_host_cmd *cmd, | 127 | int iwl_mvm_send_cmd_status(struct iwl_mvm *mvm, struct iwl_host_cmd *cmd, |
128 | u32 *status) | 128 | u32 *status) |
@@ -737,7 +737,7 @@ int iwl_mvm_send_lq_cmd(struct iwl_mvm *mvm, struct iwl_lq_cmd *lq, bool init) | |||
737 | } | 737 | } |
738 | 738 | ||
739 | /** | 739 | /** |
740 | * iwl_mvm_update_smps - Get a requst to change the SMPS mode | 740 | * iwl_mvm_update_smps - Get a request to change the SMPS mode |
741 | * @req_type: The part of the driver who call for a change. | 741 | * @req_type: The part of the driver who call for a change. |
742 | * @smps_requests: The request to change the SMPS mode. | 742 | * @smps_requests: The request to change the SMPS mode. |
743 | * | 743 | * |