Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29abe2fd authored by Andy Zhou's avatar Andy Zhou Committed by David S. Miller
Browse files

l2tp: fix missing line continuation



This syntax error was covered by L2TP_REFCNT_DEBUG not being set by
default.

Signed-off-by: default avatarAndy Zhou <azhou@nicira.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f35d2a5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -148,7 +148,7 @@ do { \
		 atomic_read(&_t->ref_count));				\
		 atomic_read(&_t->ref_count));				\
	l2tp_tunnel_inc_refcount_1(_t);					\
	l2tp_tunnel_inc_refcount_1(_t);					\
} while (0)
} while (0)
#define l2tp_tunnel_dec_refcount(_t)
#define l2tp_tunnel_dec_refcount(_t)					\
do {									\
do {									\
	pr_debug("l2tp_tunnel_dec_refcount: %s:%d %s: cnt=%d\n",	\
	pr_debug("l2tp_tunnel_dec_refcount: %s:%d %s: cnt=%d\n",	\
		 __func__, __LINE__, (_t)->name,			\
		 __func__, __LINE__, (_t)->name,			\