summaryrefslogtreecommitdiff
path: root/include/net/net_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/net_debug.h')
-rw-r--r--include/net/net_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/net_debug.h b/include/net/net_debug.h
index 9fecb1496be3..47f7a4a878b9 100644
--- a/include/net/net_debug.h
+++ b/include/net/net_debug.h
@@ -27,7 +27,7 @@ void netdev_info(const struct net_device *dev, const char *format, ...);
#define netdev_level_once(level, dev, fmt, ...) \
do { \
- static bool __section(".data.once") __print_once; \
+ static bool __section(".data..once") __print_once; \
\
if (!__print_once) { \
__print_once = true; \