From: Randy Dunlap Date: Sun, 16 Oct 2005 05:03:30 +0000 (-0700) Subject: [PATCH] usb doc: fix kernel-doc warning X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~45 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1fcb4454cbada6dc495302172ac0412aa7d35fd4;p=~shefty%2Frdma-dev.git [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 Signed-off-by: Greg Kroah-Hartman --- 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