diff options
author | Eliad Peller <eliad@wizery.com> | 2013-07-16 10:33:26 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-08-06 04:33:58 -0400 |
commit | e89044d75e50e047bd34db81ac8d18500626f40f (patch) | |
tree | 00da2bd2073c8bd4fd84651368f1c7869778f685 /drivers/net/wireless/iwlwifi/pcie/tx.c | |
parent | f5e45f2d960cea226b9d173e232c94c4c388c1bc (diff) |
iwlwifi: fix some documentation typos
Fix some typos.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/pcie/tx.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/pcie/tx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/pcie/tx.c b/drivers/net/wireless/iwlwifi/pcie/tx.c index 134f7a109f47..f29cd5c0aeed 100644 --- a/drivers/net/wireless/iwlwifi/pcie/tx.c +++ b/drivers/net/wireless/iwlwifi/pcie/tx.c | |||
@@ -1153,10 +1153,10 @@ void iwl_trans_pcie_txq_disable(struct iwl_trans *trans, int txq_id) | |||
1153 | /* | 1153 | /* |
1154 | * iwl_pcie_enqueue_hcmd - enqueue a uCode command | 1154 | * iwl_pcie_enqueue_hcmd - enqueue a uCode command |
1155 | * @priv: device private data point | 1155 | * @priv: device private data point |
1156 | * @cmd: a point to the ucode command structure | 1156 | * @cmd: a pointer to the ucode command structure |
1157 | * | 1157 | * |
1158 | * The function returns < 0 values to indicate the operation is | 1158 | * The function returns < 0 values to indicate the operation |
1159 | * failed. On success, it turns the index (> 0) of command in the | 1159 | * failed. On success, it returns the index (>= 0) of command in the |
1160 | * command queue. | 1160 | * command queue. |
1161 | */ | 1161 | */ |
1162 | static int iwl_pcie_enqueue_hcmd(struct iwl_trans *trans, | 1162 | static int iwl_pcie_enqueue_hcmd(struct iwl_trans *trans, |