From: Bjorn Helgaas Date: Tue, 27 Aug 2013 17:28:36 +0000 (-0600) Subject: PCI: Tidy bitmasks and spacing of PCIe capability definitions X-Git-Tag: v3.12-rc1~177^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0b4b3815d4e65c082d6e85d0fccf25b230e7890;p=pandora-kernel.git 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 --- Reading git-diff-tree failed