net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunneling
[pandora-kernel.git] / scripts / kernel-doc
index dbd3e1e..da058da 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;
     }