Joe Perches wrote: > On Tue, 2009-06-23 at 18:03 +0200, Patrick McHardy wrote: >> This patch is the result of an automatic spatch transformation to >> convert all ndo_start_xmit() return values of 0 to NETDEV_TX_OK. > > It might be useful if you submitted the spatch source > that created this transformation. I would have added it to the changelog, but it includes some workarounds for false-negatives since the version used in Debian seems to be buggy. Namely, it didn't manage to find occurences if there was only one, so I included a number of NOP transformations to work around that. Or maybe I'm doing something wrong :) Attached for reference.