Commit 1f34389f authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Sam Ravnborg

kernel-doc: don't print ... twice in variadic functions

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@mail.ru>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 525081bc
......@@ -1398,7 +1398,7 @@ sub push_parameter($$$) {
if ($type eq "" && $param eq "...")
{
$type="...";
$type="";
$param="...";
$parameterdescs{"..."} = "variable arguments";
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment