| Submitter | Jiri Pirko |
|---|---|
| Date | Sept. 24, 2009, 2:36 p.m. |
| Message ID | <20090924143627.GD2919@psychotron.redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/34224/ |
| State | Awaiting Upstream |
| Delegated to: | David Miller |
| Headers | show |
Comments
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> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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.
Patch
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
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> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html