[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180918.200349.177775356017382984.davem@redhat.com>
Date: Tue, 18 Sep 2018 20:03:49 -0700 (PDT)
From: David Miller <davem@...hat.com>
To: yuehaibing@...wei.com
Cc: dougmill@...ux.vnet.ibm.com, benh@...nel.crashing.org,
paulus@...ba.org, mpe@...erman.id.au, tlfalcon@...ux.vnet.ibm.com,
jallen@...ux.vnet.ibm.com, ivan@...ibm.com, chunkeey@...il.com,
keescook@...omium.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org
Subject: Re: [PATCH net-next] net: ibm: fix return type of ndo_start_xmit
function
From: YueHaibing <yuehaibing@...wei.com>
Date: Tue, 18 Sep 2018 14:35:47 +0800
> The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
> which is a typedef for an enum type, so make sure the implementation in
> this driver has returns 'netdev_tx_t' value, and change the function
> return type to netdev_tx_t.
>
> Found by coccinelle.
>
> Signed-off-by: YueHaibing <yuehaibing@...wei.com>
Applied.
Powered by blists - more mailing lists