forked from mirrors/linux
		
	[TCP] tcp_probe: use GCC printf attribute
The function in tcp_probe is printf like, use GCC to check the args. Sighed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									63313494c4
								
							
						
					
					
						commit
						67403754bc
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -80,7 +80,8 @@ static void printl(const char *fmt, ...)
 | 
			
		|||
 | 
			
		||||
	kfifo_put(tcpw.fifo, tbuf, len);
 | 
			
		||||
	wake_up(&tcpw.wait);
 | 
			
		||||
}
 | 
			
		||||
} __attribute__ ((format (printf, 1, 2)));
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Hook inserted to be called before each receive packet.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue