Commit f83d664e authored by John W. Linville's avatar John W. Linville Committed by David S. Miller

wireless: fix comments in genregdb.awk

Apparently some awk versions choke on C-style comments -- who knew? :-)
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d346f49d
......@@ -26,11 +26,11 @@ BEGIN {
}
/^[ \t]*#/ {
/* Ignore */
# Ignore
}
!active && /^[ \t]*$/ {
/* Ignore */
# Ignore
}
!active && /country/ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment