From: John W. Linville Date: Sat, 26 Dec 2009 00:35:43 +0000 (-0800) Subject: wireless: fix comments in genregdb.awk X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f83d664eef180478c2dc0a0099e9d7bc1c8177ff;p=linux-beck.git wireless: fix comments in genregdb.awk Apparently some awk versions choke on C-style comments -- who knew? :-) Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- diff --git a/net/wireless/genregdb.awk b/net/wireless/genregdb.awk index 8316cf075ce9..3cc9e69880a8 100644 --- a/net/wireless/genregdb.awk +++ b/net/wireless/genregdb.awk @@ -26,11 +26,11 @@ BEGIN { } /^[ \t]*#/ { - /* Ignore */ + # Ignore } !active && /^[ \t]*$/ { - /* Ignore */ + # Ignore } !active && /country/ {