Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2012 22:48:22 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241757 - head/usr.sbin/pciconf
Message-ID:  <201210192248.q9JMmMpt093234@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Oct 19 22:48:22 2012
New Revision: 241757
URL: http://svn.freebsd.org/changeset/base/241757

Log:
  Indent ecaps the same way we indent caps.
  
  MFC after:	3 days

Modified:
  head/usr.sbin/pciconf/cap.c

Modified: head/usr.sbin/pciconf/cap.c
==============================================================================
--- head/usr.sbin/pciconf/cap.c	Fri Oct 19 22:47:44 2012	(r241756)
+++ head/usr.sbin/pciconf/cap.c	Fri Oct 19 22:48:22 2012	(r241757)
@@ -660,7 +660,7 @@ list_ecaps(int fd, struct pci_conf *p)
 	if (ecap == 0xffffffff || ecap == 0)
 		return;
 	for (;;) {
-		printf("ecap %04x[%03x] = ", PCI_EXTCAP_ID(ecap), ptr);
+		printf("    ecap %04x[%03x] = ", PCI_EXTCAP_ID(ecap), ptr);
 		switch (PCI_EXTCAP_ID(ecap)) {
 		case PCIZ_AER:
 			ecap_aer(fd, p, ptr, PCI_EXTCAP_VER(ecap));



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