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

From: Alexey Dobriyan
Date: Sun Oct 31 2004 - 17:01:49 EST


--- 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";
}

-
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/