diff options
author | Eliad Peller <eliad@wizery.com> | 2013-07-16 16:33:26 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-08-06 10:33:58 +0200 |
commit | e89044d75e50e047bd34db81ac8d18500626f40f (patch) | |
tree | 00da2bd2073c8bd4fd84651368f1c7869778f685 /drivers/net/wireless/iwlwifi/pcie | |
parent | iwlwifi: mvm: small cleanups in quota management code (diff) | |
download | linux-e89044d75e50e047bd34db81ac8d18500626f40f.tar.xz linux-e89044d75e50e047bd34db81ac8d18500626f40f.zip |
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.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) /* * 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, |