[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180424132023.pwncbjdzgqcpp7w6@citrix.com>
Date: Tue, 24 Apr 2018 14:20:23 +0100
From: Wei Liu <wei.liu2@...rix.com>
To: Luc Van Oostenryck <luc.vanoostenryck@...il.com>
CC: <linux-kernel@...r.kernel.org>, Wei Liu <wei.liu2@...rix.com>,
Paul Durrant <paul.durrant@...rix.com>,
<xen-devel@...ts.xenproject.org>, <netdev@...r.kernel.org>
Subject: Re: [PATCH] xen-netback: fix xenvif_start_xmit()'s return type
On Tue, Apr 24, 2018 at 03:18:12PM +0200, Luc Van Oostenryck wrote:
> The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
> which is a typedef for an enum type, but the implementation in this
> driver returns an 'int'.
>
> Fix this by returning 'netdev_tx_t' in this driver too.
>
> Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@...il.com>
Acked-by: Wei Liu <wei.liu2@...rix.com>
Powered by blists - more mailing lists