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:
parent
59df651cee
commit
099fe7b98f
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue