X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2Fkernel-doc;h=da058da413e7ec815dd3fdf891b26a75e3f7a8dd;hb=07b19808486054f356dbf3495a277f51af062b35;hp=dbd3e1ebbdada403bb5074669494428791ea2ba3;hpb=6431b430973c1c6eb2597da1533764cb4f696526;p=firefly-linux-kernel-4.4.55.git diff --git a/scripts/kernel-doc b/scripts/kernel-doc index dbd3e1ebbdad..da058da413e7 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -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; }