Indent ecaps the same way we indent caps.

MFC after:	3 days
This commit is contained in:
Warner Losh 2012-10-19 22:48:22 +00:00
parent 527a7c56f7
commit db85bb0492

View File

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