mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	l2tp: fix missing line continuation
This syntax error was covered by L2TP_REFCNT_DEBUG not being set by default. Signed-off-by: Andy Zhou <azhou@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									f35d2a5f8d
								
							
						
					
					
						commit
						29abe2fda5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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,			\
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue