Patchwork [3/4] Remove some errant spaces.

login
register
about
Submitter Warren Turkal
Date 2010-09-01 20:41:36
Message ID <1283373697-16398-4-git-send-email-wt@penguintechs.org>
Download mbox | patch
Permalink /patch/1849/
State Accepted
Commit r5771
Headers show

Comments

Warren Turkal - 2010-09-01 20:41:36
Signed-off-by: Warren Turkal <wt@penguintechs.org>
---
 util/inteltool/pcie.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

Patch

diff --git a/util/inteltool/pcie.c b/util/inteltool/pcie.c
index b4ad732..0201342 100644
--- a/util/inteltool/pcie.c
+++ b/util/inteltool/pcie.c
@@ -98,17 +98,17 @@  int print_dmibar(struct pci_dev *nb)
 	case PCI_DEVICE_ID_INTEL_82975X:
 		dmibar_phys = pci_read_long(nb, 0x4c) & 0xfffffffe;
 		break;
- 	case PCI_DEVICE_ID_INTEL_PM965:
+	case PCI_DEVICE_ID_INTEL_PM965:
 	case PCI_DEVICE_ID_INTEL_Q965:
- 	case PCI_DEVICE_ID_INTEL_82Q35:
- 	case PCI_DEVICE_ID_INTEL_82G33:
- 	case PCI_DEVICE_ID_INTEL_82Q33:
+	case PCI_DEVICE_ID_INTEL_82Q35:
+	case PCI_DEVICE_ID_INTEL_82G33:
+	case PCI_DEVICE_ID_INTEL_82Q33:
 	case PCI_DEVICE_ID_INTEL_GS45:
 	case PCI_DEVICE_ID_INTEL_ATOM_DXXX:
 	case PCI_DEVICE_ID_INTEL_ATOM_NXXX:
- 		dmibar_phys = pci_read_long(nb, 0x68) & 0xfffffffe;
- 		dmibar_phys |= ((uint64_t)pci_read_long(nb, 0x6c)) << 32;
- 		break;
+		dmibar_phys = pci_read_long(nb, 0x68) & 0xfffffffe;
+		dmibar_phys |= ((uint64_t)pci_read_long(nb, 0x6c)) << 32;
+		break;
 	case PCI_DEVICE_ID_INTEL_82810:
 	case PCI_DEVICE_ID_INTEL_82810DC:
 	case PCI_DEVICE_ID_INTEL_82810E_MC: