mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
				synced 2025-11-05 01:03:37 +10:00 
			
		
		
		
	wireless: fix comments in genregdb.awk
Apparently some awk versions choke on C-style comments -- who knew? :-) Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									d346f49d0b
								
							
						
					
					
						commit
						f83d664eef
					
				@ -26,11 +26,11 @@ BEGIN {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/^[ \t]*#/ {
 | 
			
		||||
	/* Ignore */
 | 
			
		||||
	# Ignore
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
!active && /^[ \t]*$/ {
 | 
			
		||||
	/* Ignore */
 | 
			
		||||
	# Ignore
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
!active && /country/ {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user