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)
commitc0b4b3815d4e65c082d6e85d0fccf25b230e7890
tree54491cb7a01307c78e913cab1a50e4ebdd84739c
parent1b121c24dd4a9bb7156f10c7da3f39515a9fa6f0
PCI: Tidy bitmasks and spacing of PCIe capability definitions

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>
include/uapi/linux/pci_regs.h
This page took 0.027181 seconds and 5 git commands to generate.