* [PATCH net-next-2.6] ixgbe: correct the parameter description
@ 2009-09-24 14:36 Jiri Pirko
2009-09-24 18:26 ` Peter P Waskiewicz Jr
0 siblings, 1 reply; 3+ messages in thread
From: Jiri Pirko @ 2009-09-24 14:36 UTC (permalink / raw)
To: davem; +Cc: netdev
ccffad25b5136958d4769ed6de5e87992dd9c65c changed parameters for function
ixgbe_update_uc_addr_list_generic but parameter description was not updated.
This patch corrects it.
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
diff --git a/drivers/net/ixgbe/ixgbe_common.c b/drivers/net/ixgbe/ixgbe_common.c
index 6621e17..2c7db17 100644
--- a/drivers/net/ixgbe/ixgbe_common.c
+++ b/drivers/net/ixgbe/ixgbe_common.c
@@ -1355,9 +1355,7 @@ static void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq)
/**
* ixgbe_update_uc_addr_list_generic - Updates MAC list of secondary addresses
* @hw: pointer to hardware structure
- * @addr_list: the list of new addresses
- * @addr_count: number of addresses
- * @next: iterator function to walk the address list
+ * @uc_list: the list of new addresses
*
* The given list replaces any existing list. Clears the secondary addrs from
* receive address registers. Uses unused receive address registers for the
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next-2.6] ixgbe: correct the parameter description
2009-09-24 14:36 [PATCH net-next-2.6] ixgbe: correct the parameter description Jiri Pirko
@ 2009-09-24 18:26 ` Peter P Waskiewicz Jr
2009-09-24 19:08 ` Jeff Kirsher
0 siblings, 1 reply; 3+ messages in thread
From: Peter P Waskiewicz Jr @ 2009-09-24 18:26 UTC (permalink / raw)
To: Jiri Pirko; +Cc: davem@davemloft.net, netdev@vger.kernel.org
On Thu, 2009-09-24 at 07:36 -0700, Jiri Pirko wrote:
> ccffad25b5136958d4769ed6de5e87992dd9c65c changed parameters for function
> ixgbe_update_uc_addr_list_generic but parameter description was not updated.
> This patch corrects it.
>
> Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Thanks Jiri,
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next-2.6] ixgbe: correct the parameter description
2009-09-24 18:26 ` Peter P Waskiewicz Jr
@ 2009-09-24 19:08 ` Jeff Kirsher
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Kirsher @ 2009-09-24 19:08 UTC (permalink / raw)
To: Peter P Waskiewicz Jr
Cc: Jiri Pirko, davem@davemloft.net, netdev@vger.kernel.org
On Thu, Sep 24, 2009 at 11:26, Peter P Waskiewicz Jr
<peter.p.waskiewicz.jr@intel.com> wrote:
> On Thu, 2009-09-24 at 07:36 -0700, Jiri Pirko wrote:
>> ccffad25b5136958d4769ed6de5e87992dd9c65c changed parameters for function
>> ixgbe_update_uc_addr_list_generic but parameter description was not updated.
>> This patch corrects it.
>>
>> Signed-off-by: Jiri Pirko <jpirko@redhat.com>
>
> Thanks Jiri,
>
> Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
>
Jiri/Dave-
I already have a few ixgbe patches in my queue, so I will add this
patch to my queue and push it along with my other patches to
Dave/netdev.
--
Cheers,
Jeff
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-09-24 19:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-24 14:36 [PATCH net-next-2.6] ixgbe: correct the parameter description Jiri Pirko
2009-09-24 18:26 ` Peter P Waskiewicz Jr
2009-09-24 19:08 ` Jeff Kirsher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).