Commit 00512687 authored by Ruslan Pisarev's avatar Ruslan Pisarev Committed by Greg Kroah-Hartman

Staging: usbip: fix space before tab in vhci_hcd.c

This is a patch  to the vhci_hcd.c fix space before tab
warning found by the checkpatch.pl tools
Signed-off-by: default avatarRuslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 1bd3302c
...@@ -1072,7 +1072,7 @@ static struct hc_driver vhci_hc_driver = { ...@@ -1072,7 +1072,7 @@ static struct hc_driver vhci_hc_driver = {
.flags = HCD_USB2, .flags = HCD_USB2,
.start = vhci_start, .start = vhci_start,
.stop = vhci_stop, .stop = vhci_stop,
.urb_enqueue = vhci_urb_enqueue, .urb_enqueue = vhci_urb_enqueue,
.urb_dequeue = vhci_urb_dequeue, .urb_dequeue = vhci_urb_dequeue,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment