summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/vhci_rx.c
diff options
context:
space:
mode:
authorBart Westgeest <bart@elbrys.com>2012-10-10 13:34:27 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-22 13:36:29 -0700
commitc7f0089931dfaefba81001c88449250867582ba6 (patch)
tree981b5dc7271586a0ab4cddbbbca1d23548857f52 /drivers/staging/usbip/vhci_rx.c
parent20960faca5a0b3acb05a619bd5bfa6dd9bee111a (diff)
downloadop-kernel-dev-c7f0089931dfaefba81001c88449250867582ba6.zip
op-kernel-dev-c7f0089931dfaefba81001c88449250867582ba6.tar.gz
staging: usbip: cleanup of comments
Removed commented-out code, obsolete comments, and fixed comment typos. Signed-off-by: Bart Westgeest <bart@elbrys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/usbip/vhci_rx.c')
-rw-r--r--drivers/staging/usbip/vhci_rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/vhci_rx.c b/drivers/staging/usbip/vhci_rx.c
index f0eaf04f..ba5f1c0 100644
--- a/drivers/staging/usbip/vhci_rx.c
+++ b/drivers/staging/usbip/vhci_rx.c
@@ -167,7 +167,7 @@ static void vhci_recv_ret_unlink(struct vhci_device *vdev,
} else {
usbip_dbg_vhci_rx("now giveback urb %p\n", urb);
- /* If unlink is succeed, status is -ECONNRESET */
+ /* If unlink is successful, status is -ECONNRESET */
urb->status = pdu->u.ret_unlink.status;
pr_info("urb->status %d\n", urb->status);
OpenPOWER on IntegriCloud