diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-11-12 14:42:16 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-06 13:52:08 -0800 |
commit | 1c80db5c9b6649bc499fc799771b0b3edd2d8a97 (patch) | |
tree | 88b75787a689281e6617bdbcc0bf1f1f83820e4f | |
parent | 4eb0068b065a88a5fb8b77e97f6f6b992c7d544c (diff) |
Staging: usbip: cleanup kerneldoc
No argument named @regs in stub_complete(), remove it.
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/usbip/stub_tx.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |