On Tue, 18 Aug 2009 09:30:41 -0600 John Linn <john.l...@xilinx.com> wrote:
> +/** > + * xemaclite_enable_interrupts - Enable the interrupts for the EmacLite > device > + * @drvdata: Pointer to the Emaclite device private data > + * > + * This function enables the Tx and Rx interrupts for the Emaclite device > along > + * with the Global Interrupt Enable. > + */ > +static void xemaclite_enable_interrupts(struct net_local *drvdata) Docbook format is really a not necessary on local functions that are only used in the driver. It is fine if you want to use it, as long as the file isn't processed by kernel make docs but the docbook is intended for automatic generation of kernel API manuals. -- _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev