Skip to content

Commit

Permalink
Staging: usbip: cleanup kerneldoc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Qinghuang Feng authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent 4eb0068 commit 1c80db5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/usbip/stub_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c80db5

Please sign in to comment.