lkml.org 
[lkml]   [2004]   [Nov]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/3] kernel-doc: don't print "..." twice in variadic functions.
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.474 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site