mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
4eb0068b06
commit
1c80db5c9b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue