mbuf: extend meaning of QinQ stripped bit
[dpdk.git] / devtools / check-forbidden-tokens.awk
index fd77cdd..f86cbe8 100755 (executable)
@@ -62,13 +62,8 @@ BEGIN {
 }
 END {
        if (count > 0) {
-               print "Warning in " substr(last_file,6) ":"
-               print "are you sure you want to add the following:"
-               for (key in expressions) {
-                       if (expressions[key] > 0) {
-                               print key
-                       }
-               }
+               print "Warning in " substr(last_file,7) ":"
+               print MESSAGE
                exit RET_ON_FAIL
        }
 }