From ec92eb459fbf0fb9f3a052cea4ed21e797856275 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 17 Aug 2011 15:58:31 -0400 Subject: [PATCH] --- yaml --- r: 267592 b: refs/heads/master c: 553a1a5065e478b8e2e75d523b7dc5d39920910b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/usbip/stub_dev.c | 4 ++-- trunk/drivers/staging/usbip/stub_rx.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 22fd1f491772..5f8f9b2e49f5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 50d487e3cb01182e26a8a277bdc220058e32d697 +refs/heads/master: 553a1a5065e478b8e2e75d523b7dc5d39920910b diff --git a/trunk/drivers/staging/usbip/stub_dev.c b/trunk/drivers/staging/usbip/stub_dev.c index fce22f2bd8bf..1dacdc0c4e05 100644 --- a/trunk/drivers/staging/usbip/stub_dev.c +++ b/trunk/drivers/staging/usbip/stub_dev.c @@ -524,11 +524,11 @@ static void stub_disconnect(struct usb_interface *interface) } } -/* +/* * Presence of pre_reset and post_reset prevents the driver from being unbound * when the device is being reset */ - + int stub_pre_reset(struct usb_interface *interface) { dev_dbg(&interface->dev, "pre_reset\n"); diff --git a/trunk/drivers/staging/usbip/stub_rx.c b/trunk/drivers/staging/usbip/stub_rx.c index 538fb9ee341a..1c1957f98e2a 100644 --- a/trunk/drivers/staging/usbip/stub_rx.c +++ b/trunk/drivers/staging/usbip/stub_rx.c @@ -175,7 +175,7 @@ static int tweak_reset_device_cmd(struct urb *urb) dev_info(&urb->dev->dev, "usb_queue_reset_device\n"); /* - * With the implementation of pre_reset and post_reset the driver no + * With the implementation of pre_reset and post_reset the driver no * longer unbinds. This allows the use of synchronous reset. */