提交 f83d664e 编写于 作者: J John W. Linville 提交者: David S. Miller

wireless: fix comments in genregdb.awk

Apparently some awk versions choke on C-style comments -- who knew? :-)
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d346f49d
...@@ -26,11 +26,11 @@ BEGIN { ...@@ -26,11 +26,11 @@ BEGIN {
} }
/^[ \t]*#/ { /^[ \t]*#/ {
/* Ignore */ # Ignore
} }
!active && /^[ \t]*$/ { !active && /^[ \t]*$/ {
/* Ignore */ # Ignore
} }
!active && /country/ { !active && /country/ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册