aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_usb_netbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_usb_netbsd.h')
-rw-r--r--executor/common_usb_netbsd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/executor/common_usb_netbsd.h b/executor/common_usb_netbsd.h
index 138b50557..986555321 100644
--- a/executor/common_usb_netbsd.h
+++ b/executor/common_usb_netbsd.h
@@ -268,8 +268,7 @@ static volatile long syz_usb_connect_impl(int fd, uint64 speed, uint64 dev_len,
if ((req.u.ctrl.bmRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD &&
req.u.ctrl.bRequest == USB_REQ_SET_CONFIGURATION) {
- // TODO: possibly revisit.
- }
+ } // TODO: possibly revisit.
if (response_length > sizeof(data))
response_length = 0;