Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77178807 authored by Kurt Kanzenbach's avatar Kurt Kanzenbach Committed by Greg Kroah-Hartman
Browse files

staging: usbip: removed enumeration of comments



Enumerations for one comment makes no sense.
This is why this should be removed.

Signed-off-by: default avatarKurt Kanzenbach <ly80toro@cip.cs.fau.de>
Signed-off-by: default avatarStefan Reif <ke42caxa@cip.cs.fau.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2663d79b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -452,7 +452,7 @@ static void shutdown_busid(struct bus_id_priv *busid_priv)
		busid_priv->shutdown_busid = 1;
		usbip_event_add(&busid_priv->sdev->ud, SDEV_EVENT_REMOVED);

		/* 2. wait for the stop of the event handler */
		/* wait for the stop of the event handler */
		usbip_stop_eh(&busid_priv->sdev->ud);
	}
}
+1 −1
Original line number Diff line number Diff line
@@ -552,7 +552,7 @@ static void stub_rx_pdu(struct usbip_device *ud)

	memset(&pdu, 0, sizeof(pdu));

	/* 1. receive a pdu header */
	/* receive a pdu header */
	ret = usbip_recv(ud->tcp_socket, &pdu, sizeof(pdu));
	if (ret != sizeof(pdu)) {
		dev_err(dev, "recv a header, %d\n", ret);
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ static void vhci_rx_pdu(struct usbip_device *ud)

	memset(&pdu, 0, sizeof(pdu));

	/* 1. receive a pdu header */
	/* receive a pdu header */
	ret = usbip_recv(ud->tcp_socket, &pdu, sizeof(pdu));
	if (ret < 0) {
		if (ret == -ECONNRESET)