[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091123202453.0a6b5ac6@s6510>
Date: Mon, 23 Nov 2009 20:24:53 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: Rasesh Mody <rmody@...cade.com>
Cc: <netdev@...r.kernel.org>, <adapter_linux_open_src_team@...cade.com>
Subject: Re: Subject: [PATCH 2/6] bna: Brocade 10Gb Ethernet device driver
On Mon, 23 Nov 2009 19:51:01 -0800
Rasesh Mody <rmody@...cade.com> wrote:
> /**
> + * bna_mcast_mac_reset_list()
> + *
> + * Resets the multicast MAC address list kept by driver.
> + * Called when the hw gets reset.
> + *
> + * @param[in] dev - pointer to BNA device structure
> + *
> + * @return BNA_OK - successful
> + * @return BNA_FAIL - failed on sanity checks.
> + */
> +void bna_mcast_mac_reset_list(struct bna_dev *dev)
> +{
> + memset(&dev->mcast_addr[0], 0, sizeof(dev->mcast_addr));
> +}
> +
If you are going to wrap and add kernel-doc to everything,
please check (or get rid of the boilerplate). This obviously doesn't
take param[in] or return those values.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists