wireless: fix comments in genregdb.awk
authorJohn W. Linville <linville@tuxdriver.com>
Sat, 26 Dec 2009 00:35:43 +0000 (16:35 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Dec 2009 00:35:43 +0000 (16:35 -0800)
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>
net/wireless/genregdb.awk

index 8316cf0..3cc9e69 100644 (file)
@@ -26,11 +26,11 @@ BEGIN {
 }
 
 /^[ \t]*#/ {
-       /* Ignore */
+       # Ignore
 }
 
 !active && /^[ \t]*$/ {
-       /* Ignore */
+       # Ignore
 }
 
 !active && /country/ {