scripts: add_namespace: Fix coccicheck failed
[linux-2.6-microblaze.git] / scripts / coccinelle / misc / add_namespace.cocci
index c832bb6..99e93a6 100644 (file)
@@ -6,6 +6,8 @@
 /// add a missing namespace tag to a module source file.
 ///
 
+virtual report
+
 @has_ns_import@
 declarer name MODULE_IMPORT_NS;
 identifier virtual.ns;