diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2020-11-09 23:36:51 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2020-11-09 23:36:51 +0000 |
commit | 4c7458fa7c32c09e404169069a3cf87e659d756f (patch) | |
tree | a69648b625aaf23794e9aafa0b316fdc00b8d473 /sys/dev/usb/usb_hub.c | |
parent | 47da3ae49d6a29137f238b6eae06705a794b9005 (diff) |
usb_hub: fix whitespace
Fix a whitespace "error" introduced in r367435 noticed when
preparing the MFC. No functional changes.
Notes
Notes:
svn path=/head/; revision=367539
Diffstat (limited to 'sys/dev/usb/usb_hub.c')
-rw-r--r-- | sys/dev/usb/usb_hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |