Merge git://git.kvack.org/~bcrl/aio-next
[sfrench/cifs-2.6.git] / scripts / kernel-doc
index dbd3e1ebbdada403bb5074669494428791ea2ba3..da058da413e7ec815dd3fdf891b26a75e3f7a8dd 100755 (executable)
@@ -2128,8 +2128,7 @@ sub dump_function($$) {
 
        create_parameterlist($args, ',', $file);
     } else {
-       print STDERR "Error(${file}:$.): cannot understand prototype: '$prototype'\n";
-       ++$errors;
+       print STDERR "Warning(${file}:$.): cannot understand function prototype: '$prototype'\n";
        return;
     }