Commit 97c451ca authored by Akshay Joshi's avatar Akshay Joshi Committed by Greg Kroah-Hartman
Browse files

Staging: usbip: Fix braces and spaces to match coding style.



Fix brace positioning and spaces at the start of lines in order to
comply with the kernel coding style.

Signed-off-by: default avatarAkshay Joshi <me@akshayjoshi.com>
Acked-by: default avatarmatt mooney <mfm@muteddisk.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 553a1a50
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -179,8 +179,7 @@ static int tweak_reset_device_cmd(struct urb *urb)
	 * longer unbinds. This allows the use of synchronous reset.
	 */

	if (usb_lock_device_for_reset(sdev->udev, sdev->interface)<0)
	{
	if (usb_lock_device_for_reset(sdev->udev, sdev->interface) < 0) {
		dev_err(&urb->dev->dev, "could not obtain lock to reset device\n");
		return 0;
	}
+1 −1

File changed.

Contains only whitespace changes.