eal/memory: fix unused SIGBUS handler
[dpdk.git] / devtools / check-forbidden-tokens.awk
index f86cbe8..61ba707 100755 (executable)
@@ -54,7 +54,7 @@ BEGIN {
        }
        for (i in deny_folders) {
                re = "^\\+\\+\\+ b/" deny_folders[i];
-               if ($0 ~ deny_folders[i]) {
+               if ($0 ~ re) {
                        in_file = 1
                        last_file = $0
                }