diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2005-11-07 04:01:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 10:53:55 -0500 |
commit | 8f2709b542c96a2b1910ca5f2fe27dc9023b1225 (patch) | |
tree | 2c1b38ee2b0f203322f01e2816644d16b63a71f1 /Documentation | |
parent | 6c8bec6d5f24b01c53b792b06a645e78d482020d (diff) |
[PATCH] kernel-doc: fix some kernel-api warnings
Fix various warnings in kernel-doc:
Warning(linux-2614-rc4//include/linux/net.h:89): Enum value 'SOCK_DCCP' not described in enum 'sock_type'
usercopy.c: should use !E instead of !I for exported symbols:
Warning(linux-2614-rc4//arch/i386/lib/usercopy.c): no structured comments found
fs.h does not need to use !E since it has no exported symbols:
Warning(linux-2614-rc4//include/linux/fs.h:1182): No description found for parameter 'find_exported_dentry'
Warning(linux-2614-rc4//include/linux/fs.h): no structured comments found
irq/manage.c should use !E for its exported symbols:
Warning(linux-2614-rc4//kernel/irq/manage.c): no structured comments found
macmodes.c should use !E for its exported symbols:
Warning(linux-2614-rc4//drivers/video/macmodes.c): no structured comments found
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index ec474e5a25ed..a8316b1a3e3d 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -118,7 +118,7 @@ X!Ilib/string.c | |||
118 | </sect1> | 118 | </sect1> |
119 | <sect1><title>User Space Memory Access</title> | 119 | <sect1><title>User Space Memory Access</title> |
120 | !Iinclude/asm-i386/uaccess.h | 120 | !Iinclude/asm-i386/uaccess.h |
121 | !Iarch/i386/lib/usercopy.c | 121 | !Earch/i386/lib/usercopy.c |
122 | </sect1> | 122 | </sect1> |
123 | <sect1><title>More Memory Management Functions</title> | 123 | <sect1><title>More Memory Management Functions</title> |
124 | !Iinclude/linux/rmap.h | 124 | !Iinclude/linux/rmap.h |
@@ -174,7 +174,6 @@ X!Ilib/string.c | |||
174 | <title>The Linux VFS</title> | 174 | <title>The Linux VFS</title> |
175 | <sect1><title>The Filesystem types</title> | 175 | <sect1><title>The Filesystem types</title> |
176 | !Iinclude/linux/fs.h | 176 | !Iinclude/linux/fs.h |
177 | !Einclude/linux/fs.h | ||
178 | </sect1> | 177 | </sect1> |
179 | <sect1><title>The Directory Cache</title> | 178 | <sect1><title>The Directory Cache</title> |
180 | !Efs/dcache.c | 179 | !Efs/dcache.c |
@@ -266,7 +265,7 @@ X!Ekernel/module.c | |||
266 | <chapter id="hardware"> | 265 | <chapter id="hardware"> |
267 | <title>Hardware Interfaces</title> | 266 | <title>Hardware Interfaces</title> |
268 | <sect1><title>Interrupt Handling</title> | 267 | <sect1><title>Interrupt Handling</title> |
269 | !Ikernel/irq/manage.c | 268 | !Ekernel/irq/manage.c |
270 | </sect1> | 269 | </sect1> |
271 | 270 | ||
272 | <sect1><title>Resources Management</title> | 271 | <sect1><title>Resources Management</title> |
@@ -501,7 +500,7 @@ KAO --> | |||
501 | !Edrivers/video/modedb.c | 500 | !Edrivers/video/modedb.c |
502 | </sect1> | 501 | </sect1> |
503 | <sect1><title>Frame Buffer Macintosh Video Mode Database</title> | 502 | <sect1><title>Frame Buffer Macintosh Video Mode Database</title> |
504 | !Idrivers/video/macmodes.c | 503 | !Edrivers/video/macmodes.c |
505 | </sect1> | 504 | </sect1> |
506 | <sect1><title>Frame Buffer Fonts</title> | 505 | <sect1><title>Frame Buffer Fonts</title> |
507 | <para> | 506 | <para> |