Merge remote-tracking branches 'regulator/topic/s2mps11', 'regulator/topic/s5m8767...
[firefly-linux-kernel-4.4.55.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;
     }