net/ethernet: Let's use the same parameter names everywhere

s/eth_dev/dev

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2018-06-27 08:52:46 +02:00 committed by Jukka Rissanen
commit 099fe7b98f

View file

@ -135,7 +135,7 @@ struct ethernet_api {
#if defined(CONFIG_PTP_CLOCK)
/** Return ptp_clock device that is tied to this ethernet device */
struct device *(*get_ptp_clock)(struct device *eth_dev);
struct device *(*get_ptp_clock)(struct device *dev);
#endif /* CONFIG_PTP_CLOCK */
};