drivers: ethernet: remove stray semicolon vnd,ethernet
Fix trivial typo Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
bc03f23d50
commit
c2d52c7f4b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#define DT_DRV_COMPAT vnd_ethernet
|
||||
|
||||
#if defined(CONFIG_NET_STATISTICS_ETHERNET)
|
||||
struct net_stats_eth *vnd_ethernet_get_stats(const struct device *dev);
|
||||
struct net_stats_eth *vnd_ethernet_get_stats(const struct device *dev)
|
||||
{
|
||||
ARG_UNUSED(dev);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue