summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/pcie
diff options
context:
space:
mode:
authorEliad Peller <eliad@wizery.com>2013-07-16 17:33:26 +0300
committerJohannes Berg <johannes.berg@intel.com>2013-08-06 10:33:58 +0200
commite89044d75e50e047bd34db81ac8d18500626f40f (patch)
tree00da2bd2073c8bd4fd84651368f1c7869778f685 /drivers/net/wireless/iwlwifi/pcie
parentf5e45f2d960cea226b9d173e232c94c4c388c1bc (diff)
downloadop-kernel-dev-e89044d75e50e047bd34db81ac8d18500626f40f.zip
op-kernel-dev-e89044d75e50e047bd34db81ac8d18500626f40f.tar.gz
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')
-rw-r--r--drivers/net/wireless/iwlwifi/pcie/tx.c6
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 134f7a1..f29cd5c 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)
/*
* iwl_pcie_enqueue_hcmd - enqueue a uCode command
* @priv: device private data point
- * @cmd: a point to the ucode command structure
+ * @cmd: a pointer to the ucode command structure
*
- * The function returns < 0 values to indicate the operation is
- * failed. On success, it turns the index (> 0) of command in the
+ * The function returns < 0 values to indicate the operation
+ * failed. On success, it returns the index (>= 0) of command in the
* command queue.
*/
static int iwl_pcie_enqueue_hcmd(struct iwl_trans *trans,
OpenPOWER on IntegriCloud