Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 23:36:52 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367539 - head/sys/dev/usb
Message-ID:  <202011092336.0A9NaqlS033595@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011092336.0A9NaqlS033595>