From: Qinghuang Feng Date: Wed, 12 Nov 2008 22:42:16 +0000 (-0800) Subject: Staging: usbip: cleanup kerneldoc X-Git-Tag: v2.6.29-rc1~228^2~123 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c80db5c9b6649bc499fc799771b0b3edd2d8a97;p=linux-2.6-omap-h63xx.git Staging: usbip: cleanup kerneldoc No argument named @regs in stub_complete(), remove it. Signed-off-by: Qinghuang Feng Cc: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/usbip/stub_tx.c b/drivers/staging/usbip/stub_tx.c index d5563cd980b..78058f5362b 100644 --- a/drivers/staging/usbip/stub_tx.c +++ b/drivers/staging/usbip/stub_tx.c @@ -54,7 +54,6 @@ void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum, /** * stub_complete - completion handler of a usbip urb * @urb: pointer to the urb completed - * @regs: * * When a urb has completed, the USB core driver calls this function mostly in * the interrupt context. To return the result of a urb, the completed urb is