[PATCH 1/5] net: 9p: fix variable name in BAREBOX_MAGICVAR
Ahmad Fatoum
a.fatoum at pengutronix.de
Sun Dec 14 23:58:57 PST 2025
The variable is called global.9p.debug, not plan9debug.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
net/9p/mod.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/9p/mod.c b/net/9p/mod.c
index ef071a1b490d..d6b3ba583428 100644
--- a/net/9p/mod.c
+++ b/net/9p/mod.c
@@ -26,7 +26,7 @@
#ifdef CONFIG_NET_9P_DEBUG
unsigned int p9_debug_level; /* feature-rific global debug level */
-BAREBOX_MAGICVAR(plan9debug, "9P debugging level");
+BAREBOX_MAGICVAR(global.9p.debug, "9P debugging level");
void _p9_debug(enum p9_debug_flags level, const char *func,
const char *fmt, ...)
--
2.47.3
More information about the barebox
mailing list