From 1c80db5c9b6649bc499fc799771b0b3edd2d8a97 Mon Sep 17 00:00:00 2001 From: Qinghuang Feng Date: Wed, 12 Nov 2008 14:42:16 -0800 Subject: [PATCH] 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 --- drivers/staging/usbip/stub_tx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/usbip/stub_tx.c b/drivers/staging/usbip/stub_tx.c index d5563cd980be..78058f5362b4 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 -- 2.34.1