X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=scripts%2Fkernel-doc;h=da058da413e7ec815dd3fdf891b26a75e3f7a8dd;hb=c537aba00e3f1df8ce6c7c9fcb98b82c0c2d1d2c;hp=dbd3e1ebbdada403bb5074669494428791ea2ba3;hpb=f13399f033ae3d49e1808bacabd83d116844c94e;p=sfrench%2Fcifs-2.6.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; }