Skip to content

Commit

Permalink
wireless: fix comments in genregdb.awk
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John W. Linville authored and David S. Miller committed Dec 26, 2009
1 parent d346f49 commit f83d664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/wireless/genregdb.awk
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ BEGIN {
}

/^[ \t]*#/ {
/* Ignore */
# Ignore
}

!active && /^[ \t]*$/ {
/* Ignore */
# Ignore
}

!active && /country/ {
Expand Down

0 comments on commit f83d664

Please sign in to comment.