The patch titled drivers/staging/usbip/stub_tx.c: cleanup kerneldoc has been removed from the -mm tree. Its filename was drivers-staging-usbip-stub_txc-cleanup-kerneldoc.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: drivers/staging/usbip/stub_tx.c: cleanup kerneldoc From: Qinghuang Feng <qhfeng.kernel@xxxxxxxxx> No argument named @regs in stub_complete(), remove it. Signed-off-by: Qinghuang Feng <qhfeng.kernel@xxxxxxxxx> Cc: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/staging/usbip/stub_tx.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/staging/usbip/stub_tx.c~drivers-staging-usbip-stub_txc-cleanup-kerneldoc drivers/staging/usbip/stub_tx.c --- a/drivers/staging/usbip/stub_tx.c~drivers-staging-usbip-stub_txc-cleanup-kerneldoc +++ a/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 _ Patches currently in -mm which might be from qhfeng.kernel@xxxxxxxxx are origin.patch linux-next.patch fs-ncpfs-getoptc-cleanup-keneldoc.patch drivers-message-i2o-iopc-cleanup-kerneldoc.patch drivers-xen-xenbus-xenbus_clientc-cleanup-kerneldoc.patch fs-ecryptfs-inodec-cleanup-kerneldoc.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html