projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af64a5e
)
[PATCH] usb doc: fix kernel-doc warning
author
Randy Dunlap
<rdunlap@xenotime.net>
Sun, 16 Oct 2005 05:03:30 +0000
(22:03 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 28 Oct 2005 23:47:44 +0000
(16:47 -0700)
usb/core/buffer.c doesn't export any symbols, so it should use
!I instead of !E to eliminate this warning message:
Warning(/var/linsrc/linux-2614-rc4//drivers/usb/core/buffer.c): no structured comments found
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/DocBook/usb.tmpl
patch
|
blob
|
history
diff --git
a/Documentation/DocBook/usb.tmpl
b/Documentation/DocBook/usb.tmpl
index 705c442c7bf4cfcd687ea84aa92e6713463f6fcb..15ce0f21e5e0c04c28e095941a21606192d8404b 100644
(file)
--- a/
Documentation/DocBook/usb.tmpl
+++ b/
Documentation/DocBook/usb.tmpl
@@
-291,7
+291,7
@@
!Edrivers/usb/core/hcd.c
!Edrivers/usb/core/hcd-pci.c
-!
E
drivers/usb/core/buffer.c
+!
I
drivers/usb/core/buffer.c
</chapter>
<chapter>