Author: bz
Date: Mon Nov  9 23:36:51 2020
New Revision: 367539
URL: https://svnweb.freebsd.org/changeset/base/367539

Log:
  usb_hub: fix whitespace
  
  Fix a whitespace "error" introduced in r367435 noticed when
  preparing the MFC.  No functional changes.

Modified:
  head/sys/dev/usb/usb_hub.c

Modified: head/sys/dev/usb/usb_hub.c
==============================================================================
--- head/sys/dev/usb/usb_hub.c  Mon Nov  9 23:34:32 2020        (r367538)
+++ head/sys/dev/usb/usb_hub.c  Mon Nov  9 23:36:51 2020        (r367539)
@@ -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);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to