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: Akshay Joshi <me@akshayjoshi.com>
Acked-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Akshay Joshi 2011-08-17 15:58:32 -04:00 коммит произвёл Greg Kroah-Hartman
Родитель 553a1a5065
Коммит 97c451ca10
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -548,4 +548,4 @@ struct usb_driver stub_driver = {
.id_table = stub_table, .id_table = stub_table,
.pre_reset = stub_pre_reset, .pre_reset = stub_pre_reset,
.post_reset = stub_post_reset, .post_reset = stub_post_reset,
}; };

Просмотреть файл

@ -179,8 +179,7 @@ static int tweak_reset_device_cmd(struct urb *urb)
* longer unbinds. This allows the use of synchronous reset. * 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"); dev_err(&urb->dev->dev, "could not obtain lock to reset device\n");
return 0; return 0;
} }