[PATCH] net: add Xilinx emac lite device driver

Stephen Hemminger shemminger at vyatta.com
Wed Aug 19 07:04:18 EST 2009


On Tue, 18 Aug 2009 09:30:41 -0600
John Linn <john.linn at 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.

-- 


More information about the Linuxppc-dev mailing list