diff options
| author | Randy Dunlap <[email protected]> | 2008-12-01 21:14:03 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-12-02 03:55:25 +0000 |
| commit | ced69090c573f1db253fb6b84ec537f4f3d7e2f4 (patch) | |
| tree | 5221176b79d3fdb51ff508f713c1997979574371 /net/unix/af_unix.c | |
| parent | lib/idr.c: fix rcu related race with idr_find (diff) | |
| download | kernel-ced69090c573f1db253fb6b84ec537f4f3d7e2f4.tar.gz kernel-ced69090c573f1db253fb6b84ec537f4f3d7e2f4.zip | |
kernel-doc: handle varargs cleanly
The method for listing varargs in kernel-doc notation is:
* @...: these arguments are printed by the @fmt argument
but scripts/kernel-doc is confused: it always lists varargs as:
... variable arguments
and ignores the @...: line's description, but then prints that
line after the list of function parameters as though it's
not part of the function parameters.
This patch makes kernel-doc print the supplied @... description if it is
present; otherwise a boilerplate "variable arguments" is printed.
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
