Re: [PATCH] net: docbook fixes for netif_ functions

2007-11-01 Thread David Miller
From: Randy Dunlap [EMAIL PROTECTED] Date: Wed, 31 Oct 2007 15:36:20 -0700 + * return values (usually ignored). + * NET_RX_SUCCESS (no congestion) + * NET_RX_DROP (packet was dropped) For the 3 lines above, how about: *Return values (usually ignored): *NET_RX_SUCCESS:

[PATCH] net: docbook fixes for netif_ functions

2007-10-31 Thread Stephen Hemminger
Documentation updates for network interfaces. 1. Add doc for netif_napi_add 2. Remove doc for unused returns from netif_rx 3. Add doc for netif_receive_skb Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- a/include/linux/netdevice.h 2007-10-31 09:16:09.0 -0700 +++

Re: [PATCH] net: docbook fixes for netif_ functions

2007-10-31 Thread Randy Dunlap
On Wed, 31 Oct 2007 14:08:48 -0700 Stephen Hemminger wrote: Documentation updates for network interfaces. 1. Add doc for netif_napi_add 2. Remove doc for unused returns from netif_rx 3. Add doc for netif_receive_skb Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] ---