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: no congestion > * NET_RX_DROP: packet was dropped > > > only because they come out of kernel-doc badly, munged together like so: > > return values (usually ignored). NET_RX_SUCCESS (no congestion) > NET_RX_DROP (packet was dropped) I've applied Stephen's patch with this minor correction added. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html