]> git.hungrycats.org Git - linux/commitdiff
usb: dwc3: pci: trivial: Formatting
authorJohn Youn <John.Youn@synopsys.com>
Sat, 26 Sep 2015 06:47:53 +0000 (23:47 -0700)
committerSasha Levin <alexander.levin@verizon.com>
Wed, 31 Aug 2016 23:21:09 +0000 (19:21 -0400)
[ Upstream commit 9a5a0783e4910d9e2063e87184fbd9cac7161a16 ]

Fix the alignment of the PCI device definitions. Also change the hex
digit capitalization of one constant to make it consistent with the
rest of the file and driver.

Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
drivers/usb/dwc3/dwc3-pci.c

index 830f020230c4642f0fa9431fbc00aea0f2af9b88..d30544134f53dfb951498206656534c38f182791 100644 (file)
 
 #include "platform_data.h"
 
-#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3        0xabcd
-#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3_AXI 0xabce
-#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB31 0xabcf
-#define PCI_DEVICE_ID_INTEL_BYT                0x0f37
-#define PCI_DEVICE_ID_INTEL_MRFLD      0x119e
-#define PCI_DEVICE_ID_INTEL_BSW                0x22B7
-#define PCI_DEVICE_ID_INTEL_SPTLP      0x9d30
-#define PCI_DEVICE_ID_INTEL_SPTH       0xa130
+#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3                0xabcd
+#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3_AXI    0xabce
+#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB31       0xabcf
+#define PCI_DEVICE_ID_INTEL_BYT                        0x0f37
+#define PCI_DEVICE_ID_INTEL_MRFLD              0x119e
+#define PCI_DEVICE_ID_INTEL_BSW                        0x22b7
+#define PCI_DEVICE_ID_INTEL_SPTLP              0x9d30
+#define PCI_DEVICE_ID_INTEL_SPTH               0xa130
 
 static int dwc3_pci_quirks(struct pci_dev *pdev)
 {