diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2007-12-05 20:59:59 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 15:05:57 -0800 |
commit | bb54244be7d12c2a5985226061d598edb49c9078 (patch) | |
tree | 963cf883a262a077d608fc046b8475a75c927ce2 /drivers/net/wireless/iwlwifi/iwl4965-base.c | |
parent | 4fd1f8414664b3e834aa46cdbf8f0c12fc42a878 (diff) |
iwlwifi: add missing comments
This patch add comments that escaped from the previous merge
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl4965-base.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl4965-base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl4965-base.c b/drivers/net/wireless/iwlwifi/iwl4965-base.c index 7550594ed4f..14a1124e6ef 100644 --- a/drivers/net/wireless/iwlwifi/iwl4965-base.c +++ b/drivers/net/wireless/iwlwifi/iwl4965-base.c @@ -350,7 +350,7 @@ int iwl4965_tx_queue_init(struct iwl4965_priv *priv, * For the command queue (#4), allocate command space + one big * command for scan, since scan command is very huge; the system will * not have two scans at the same time, so only one is needed. - * For data Tx queues (all other queues), no super-size command + * For normal Tx queues (all other queues), no super-size command * space is needed. */ len = sizeof(struct iwl4965_cmd) * slots_num; |