[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180918.200314.172763067668053603.davem@redhat.com>
Date: Tue, 18 Sep 2018 20:03:14 -0700 (PDT)
From: David Miller <davem@...hat.com>
To: yuehaibing@...wei.com
Cc: derek.chickles@...iumnetworks.com,
satananda.burla@...iumnetworks.com,
felix.manlunas@...iumnetworks.com,
raghu.vatsavayi@...iumnetworks.com, alexander.sverdlin@....com,
david.daney@...ium.com, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: cavium: fix return type of
ndo_start_xmit function
From: YueHaibing <yuehaibing@...wei.com>
Date: Tue, 18 Sep 2018 14:19:05 +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