From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions Date: Tue, 23 Jun 2009 16:42:14 -0700 (PDT) Message-ID: <20090623.164214.199933763.davem@davemloft.net> References: <4A40FCBC.9040700@trash.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: kaber@trash.net Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:59490 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756384AbZFWXmK (ORCPT ); Tue, 23 Jun 2009 19:42:10 -0400 In-Reply-To: <4A40FCBC.9040700@trash.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Patrick McHardy Date: Tue, 23 Jun 2009 18:03:08 +0200 > net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions > > This patch is the result of an automatic spatch transformation to convert > all ndo_start_xmit() return values of 0 to NETDEV_TX_OK. > > Some occurences are missed by the automatic conversion, those will be > handled in a seperate patch. > > Signed-off-by: Patrick McHardy These patches are cleanups and getting large, especially for this late in the merge window. I'm going to defer them to the next -next cycle. Thanks!