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($$$) { ...@@ -1398,7 +1398,7 @@ sub push_parameter($$$) {
if ($type eq "" && $param eq "...") if ($type eq "" && $param eq "...")
{ {
$type="..."; $type="";
$param="..."; $param="...";
$parameterdescs{"..."} = "variable arguments"; $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