diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2005-10-15 22:03:30 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 16:47:44 -0700 |
commit | 1fcb4454cbada6dc495302172ac0412aa7d35fd4 (patch) | |
tree | f8e441fe2466e8632214f36bc11316131ce01ed6 /Documentation/DocBook | |
parent | af64a5ebb817532965d18b792d6d74afecfb0bcf (diff) | |
download | linux-3.10-1fcb4454cbada6dc495302172ac0412aa7d35fd4.tar.gz linux-3.10-1fcb4454cbada6dc495302172ac0412aa7d35fd4.tar.bz2 linux-3.10-1fcb4454cbada6dc495302172ac0412aa7d35fd4.zip |
[PATCH] usb doc: fix kernel-doc warning
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>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/usb.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/usb.tmpl b/Documentation/DocBook/usb.tmpl index 705c442c7bf..15ce0f21e5e 100644 --- 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 -!Edrivers/usb/core/buffer.c +!Idrivers/usb/core/buffer.c </chapter> <chapter> |