mirror of https://gitee.com/openkylin/linux.git
Staging: usbip: vhci_hcd.c: removed a space
Line 921: Removed the space before the semicolon. Signed-off-by: Aldo Iljazi <mail@aldo.io> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3229b869d1
commit
909cc6f9fa
|
@ -917,7 +917,7 @@ static void vhci_stop(struct usb_hcd *hcd)
|
||||||
sysfs_remove_group(&vhci_dev(vhci)->kobj, &dev_attr_group);
|
sysfs_remove_group(&vhci_dev(vhci)->kobj, &dev_attr_group);
|
||||||
|
|
||||||
/* 2. shutdown all the ports of vhci_hcd */
|
/* 2. shutdown all the ports of vhci_hcd */
|
||||||
for (rhport = 0 ; rhport < VHCI_NPORTS; rhport++) {
|
for (rhport = 0; rhport < VHCI_NPORTS; rhport++) {
|
||||||
struct vhci_device *vdev = &vhci->vdev[rhport];
|
struct vhci_device *vdev = &vhci->vdev[rhport];
|
||||||
|
|
||||||
usbip_event_add(&vdev->ud, VDEV_EVENT_REMOVED);
|
usbip_event_add(&vdev->ud, VDEV_EVENT_REMOVED);
|
||||||
|
|
Loading…
Reference in New Issue