浏览代码

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>
Qinghuang Feng 16 年之前
父节点
当前提交
1c80db5c9b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/staging/usbip/stub_tx.c

+ 0 - 1
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
  * stub_complete - completion handler of a usbip urb
  * @urb: pointer to the urb completed
  * @urb: pointer to the urb completed
- * @regs:
  *
  *
  * When a urb has completed, the USB core driver calls this function mostly in
  * 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
  * the interrupt context. To return the result of a urb, the completed urb is