vnet: remove unneeded backslash

Fixes:	430e0e409c
This commit is contained in:
Gleb Smirnoff 2024-03-15 12:17:04 -07:00
parent e48770de68
commit 2497c70f81

View file

@ -406,7 +406,7 @@ do { \
#define CURVNET_SET(arg)
#define CURVNET_SET_QUIET(arg)
#define CURVNET_RESTORE()
#define CURVNET_ASSERT_SET() \
#define CURVNET_ASSERT_SET()
#define VNET_LIST_RLOCK()
#define VNET_LIST_RLOCK_NOSLEEP()