usb_hub: fix whitespace
Fix a whitespace "error" introduced in r367435 noticed when preparing the MFC. No functional changes.
This commit is contained in:
parent
47da3ae49d
commit
4c7458fa7c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user