Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Ruslan Pisarev and committed by
Greg Kroah-Hartman
00512687 1bd3302c

+1 -1
+1 -1
drivers/staging/usbip/vhci_hcd.c
··· 1072 1072 .flags = HCD_USB2, 1073 1073 1074 1074 .start = vhci_start, 1075 - .stop = vhci_stop, 1075 + .stop = vhci_stop, 1076 1076 1077 1077 .urb_enqueue = vhci_urb_enqueue, 1078 1078 .urb_dequeue = vhci_urb_dequeue,