From 4c7458fa7c32c09e404169069a3cf87e659d756f Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Mon, 9 Nov 2020 23:36:51 +0000 Subject: usb_hub: fix whitespace Fix a whitespace "error" introduced in r367435 noticed when preparing the MFC. No functional changes. --- sys/dev/usb/usb_hub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/usb/usb_hub.c') diff --git a/sys/dev/usb/usb_hub.c b/sys/dev/usb/usb_hub.c index aae661549718..6ed30b64b1e0 100644 --- a/sys/dev/usb/usb_hub.c +++ b/sys/dev/usb/usb_hub.c @@ -720,7 +720,7 @@ repeat: if ((sc->sc_st.port_change & UPS_C_CONNECT_STATUS) || (!(sc->sc_st.port_status & UPS_CURRENT_CONNECT_STATUS))) { if (timeout) { - DPRINTFN(0, "giving up port %d reset - " + DPRINTFN(0, "giving up port %d reset - " "device vanished: change %#x status %#x\n", portno, sc->sc_st.port_change, sc->sc_st.port_status); -- cgit v1.2.3