Remove trailing spaces to comply with the kernel coding style.
Signed-off-by: Akshay Joshi <me@akshayjoshi.com>
Acked-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
        }
 }
 
-/* 
+/*
  * 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");
 
        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.
         */