PCI: Tidy bitmasks and spacing of PCIe capability definitions
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 27 Aug 2013 17:28:36 +0000 (11:28 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 28 Aug 2013 17:28:10 +0000 (11:28 -0600)
The convention of showing bits in a mask of the full register width, e.g.,
"0x00000007" instead of "0x07" for a field in a 32-bit register, is common
but not universal in this file.  This patch makes it consistently used at
least for the PCIe capability.

Whitespace and zero-extension changes only; no functional change.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found