From: Emmanuel Grumbach Date: Thu, 5 Jun 2014 08:32:41 +0000 (+0300) Subject: iwlwifi: mvm: minor fix in comment X-Git-Tag: v4.14-rc1~7092^2~12^2~138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=589a6ba46bdf9a4a4817fef011ff61905a1aa244;p=platform%2Fkernel%2Flinux-rpi.git iwlwifi: mvm: minor fix in comment The comment was not accurate, we are talking about the frames *for* the station and not from the station. Reviewed-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- diff --git a/drivers/net/wireless/iwlwifi/mvm/tx.c b/drivers/net/wireless/iwlwifi/mvm/tx.c index f5c0982..e9ff386 100644 --- a/drivers/net/wireless/iwlwifi/mvm/tx.c +++ b/drivers/net/wireless/iwlwifi/mvm/tx.c @@ -722,7 +722,7 @@ static void iwl_mvm_rx_tx_cmd_single(struct iwl_mvm *mvm, /* We can't free more than one frame at once on a shared queue */ WARN_ON(skb_freed > 1); - /* If we have still frames from this STA nothing to do here */ + /* If we have still frames for this STA nothing to do here */ if (!atomic_sub_and_test(skb_freed, &mvm->pending_frames[sta_id])) goto out;