Re: [PATCH] netdevice: kernel docbook addition

2007-08-27 Thread Jarek Poplawski
On 22-08-2007 21:33, Stephen Hemminger wrote: Add more kernel doc's for part of the network device API. This is only a start, and needs more work. Applies against net-2.6.24 ... +/** + * napi_disable - prevent NAPI from scheduling + * @n: napi context + * + * Resume NAPI from being

[PATCH] netdevice: kernel docbook addition

2007-08-22 Thread Stephen Hemminger
Add more kernel doc's for part of the network device API. This is only a start, and needs more work. Applies against net-2.6.24 Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- a/Documentation/DocBook/kernel-api.tmpl 2007-08-21 15:43:37.0 -0700 +++

Re: [PATCH] netdevice: kernel docbook addition

2007-08-22 Thread Randy Dunlap
On Wed, 22 Aug 2007 12:33:14 -0700 Stephen Hemminger wrote: Add more kernel doc's for part of the network device API. This is only a start, and needs more work. Applies against net-2.6.24 Thanks! --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** - To