[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180426200511.j45uth6y5y6ncsj6@ltop.local>
Date: Thu, 26 Apr 2018 22:05:11 +0200
From: Luc Van Oostenryck <luc.vanoostenryck@...il.com>
To: Sven Eckelmann <sven@...fation.org>
Cc: b.a.t.m.a.n@...ts.open-mesh.org, linux-kernel@...r.kernel.org,
Marek Lindner <mareklindner@...mailbox.ch>,
netdev@...r.kernel.org, Antonio Quartulli <a@...table.cc>
Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: fix batadv_interface_tx()'s
return type
On Wed, Apr 25, 2018 at 07:35:00PM +0200, Sven Eckelmann wrote:
> On Dienstag, 24. April 2018 15:18:46 CEST 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>
> > ---
> > net/batman-adv/soft-interface.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Applied as 6bf9e4d39a58 [1] but the alignment was fixed
Thanks for this,
-- Luc
Powered by blists - more mailing lists