From akpm@linux-foundation.org Wed Nov 12 15:01:41 2008 From: Qinghuang Feng Date: Wed, 12 Nov 2008 14:42:16 -0800 Subject: Staging: usbip: cleanup kerneldoc To: mm-commits@vger.kernel.org Cc: qhfeng.kernel@gmail.com, greg@kroah.com, randy.dunlap@oracle.com Message-ID: <200811122242.mACMgGkJ032134@imap1.linux-foundation.org> From: Qinghuang Feng 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(-) --- 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 /** * 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