drivers: ethernet: remove stray semicolon vnd,ethernet

Fix trivial typo

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-06-16 11:57:18 +02:00 committed by Daniel DeGrasse
commit c2d52c7f4b

View file

@ -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);