[PATCH 3/3] kernel-doc: don't print Q?=...Q=20?=twice in variadic functions.
From: Alexey Dobriyan (adobriyan_at_mail.ru)
Date: 10/31/04
- Previous message: Tom Rini: "Re: [PATCH/take 2] ppc: fix build with O=$(output_dir)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: sam@ravnborg.org Date: Mon, 01 Nov 2004 00:38:10 +0300
--- 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Tom Rini: "Re: [PATCH/take 2] ppc: fix build with O=$(output_dir)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]