svn commit: r367539 - head/sys/dev/usb

Bjoern A. Zeeb bz at FreeBSD.org
Mon Nov 9 23:36:52 UTC 2020


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


More information about the svn-src-head mailing list