lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20091123202244.56ce6cb5@s6510> Date: Mon, 23 Nov 2009 20:22:44 -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_uninit() > + * > + * Called by the driver during removal/unload. > + * > + * @param[in] bna_handle - pointer to BNA device structure > + * allocated by the calling driver > + * > + * @return BNA_OK - successful > + * @return BNA_FAIL - failed on sanity checks. > + */ > +enum bna_status_e bna_uninit(void *bna_handle) > +{ > + return BNA_OK; > +} Useless extra bloat? -- 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