* [net-next] l2tp: fix missing line continuation
@ 2014-09-03 20:16 Andy Zhou
2014-09-05 22:20 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Andy Zhou @ 2014-09-03 20:16 UTC (permalink / raw)
To: davem; +Cc: netdev, Andy Zhou
This syntax error was covered by L2TP_REFCNT_DEBUG not being set by
default.
Signed-off-by: Andy Zhou <azhou@nicira.com>
---
net/l2tp/l2tp_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c
index 797c0af..2aa2b6c 100644
--- a/net/l2tp/l2tp_core.c
+++ b/net/l2tp/l2tp_core.c
@@ -148,7 +148,7 @@ do { \
atomic_read(&_t->ref_count)); \
l2tp_tunnel_inc_refcount_1(_t); \
} while (0)
-#define l2tp_tunnel_dec_refcount(_t)
+#define l2tp_tunnel_dec_refcount(_t) \
do { \
pr_debug("l2tp_tunnel_dec_refcount: %s:%d %s: cnt=%d\n", \
__func__, __LINE__, (_t)->name, \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [net-next] l2tp: fix missing line continuation
2014-09-03 20:16 [net-next] l2tp: fix missing line continuation Andy Zhou
@ 2014-09-05 22:20 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-09-05 22:20 UTC (permalink / raw)
To: azhou; +Cc: netdev
From: Andy Zhou <azhou@nicira.com>
Date: Wed, 3 Sep 2014 13:16:54 -0700
> This syntax error was covered by L2TP_REFCNT_DEBUG not being set by
> default.
>
> Signed-off-by: Andy Zhou <azhou@nicira.com>
Applied, thanks Andy.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-05 22:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-03 20:16 [net-next] l2tp: fix missing line continuation Andy Zhou
2014-09-05 22:20 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).