usb_hub: fix whitespace

Fix a whitespace "error" introduced in r367435 noticed when
preparing the MFC.  No functional changes.
This commit is contained in:
Bjoern A. Zeeb 2020-11-09 23:36:51 +00:00
parent 47da3ae49d
commit 4c7458fa7c

View File

@ -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);