summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2021-02-11 07:22:21 +0000
committeranton <anton@openbsd.org>2021-02-11 07:22:21 +0000
commitd51be1d056ce3badce276c1d8dfb4980d520dfdd (patch)
treeae863ede546e483cd8a46bac3a731fff3c7fcc72
parentStop uhidpp from claiming all report ids, instead only claim the (diff)
downloadwireguard-openbsd-d51be1d056ce3badce276c1d8dfb4980d520dfdd.tar.xz
wireguard-openbsd-d51be1d056ce3badce276c1d8dfb4980d520dfdd.zip
Fold long line.
-rw-r--r--sys/dev/usb/uhidpp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/uhidpp.c b/sys/dev/usb/uhidpp.c
index 52d0a7aea56..d8df5e76962 100644
--- a/sys/dev/usb/uhidpp.c
+++ b/sys/dev/usb/uhidpp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhidpp.c,v 1.2 2021/02/11 06:56:49 anton Exp $ */
+/* $OpenBSD: uhidpp.c,v 1.3 2021/02/11 07:22:21 anton Exp $ */
/*
* Copyright (c) 2021 Anton Lindqvist <anton@openbsd.org>
@@ -548,7 +548,8 @@ uhidpp_device_connect(struct uhidpp_softc *sc, struct uhidpp_device *dev)
error = hidpp_get_protocol_version(sc, dev->d_id, &major, &minor);
if (error) {
- DPRINTF("%s: protocol version failure: device_id=%d, error=%d\n",
+ DPRINTF("%s: protocol version failure: device_id=%d, "
+ "error=%d\n",
__func__, dev->d_id, error);
return;
}