From 12bdf8d107a44b96839af71a0ce455fcb8cd489f Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 30 Sep 2004 02:13:42 +0000 Subject: [PATCH] Remove extra */ Submitted by: Manfred Antar --- sys/dev/usb/usb_subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index c0e14426c808..905a86ca97de 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -819,7 +819,7 @@ usbd_setup_pipe(usbd_device_handle dev, usbd_interface_handle iface, if (UE_GET_ADDR(ep->edesc->bEndpointAddress) != USB_CONTROL_ENDPOINT) { err = usbd_clear_endpoint_stall(p); /* - * Some devices reject this command, so ignore a STALL. */ + * Some devices reject this command, so ignore a STALL. * Some device just time out on this command, so ignore * that too. */