Re: [PATCH 3/3] kernel-doc: don't print "..." twice in variadic functions.

From: Sam Ravnborg
Date: Mon Nov 01 2004 - 13:08:29 EST


On Mon, Nov 01, 2004 at 12:38:10AM +0300, Alexey Dobriyan wrote:
> --- a/scripts/kernel-doc 2004-10-31 20:25:16.000000000 +0000
> +++ b/scripts/kernel-doc 2004-10-31 22:57:20.061852472 +0000
> @@ -1398,7 +1398,7 @@
>
> if ($type eq "" && $param eq "...")
> {
> - $type="...";
> + $type="";
> $param="...";
> $parameterdescs{"..."} = "variable arguments";
> }

Applied

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/