[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180918.200147.1974460297125412298.davem@redhat.com>
Date: Tue, 18 Sep 2018 20:01:47 -0700 (PDT)
From: David Miller <davem@...hat.com>
To: yuehaibing@...wei.com
Cc: yisen.zhuang@...wei.com, salil.mehta@...wei.com,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: hns3: fix return type of ndo_start_xmit
function
From: YueHaibing <yuehaibing@...wei.com>
Date: Tue, 18 Sep 2018 14:09:43 +0800
> The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
> which is a typedef for an enum type, also the implementation in this
> driver has returns 'netdev_tx_t' value, so just 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