usb: dwc3: pci: trivial: Formatting
authorJohn Youn <John.Youn@synopsys.com>
Sat, 26 Sep 2015 06:47:53 +0000 (23:47 -0700)
committerFelipe Balbi <balbi@ti.com>
Fri, 9 Oct 2015 21:06:59 +0000 (16:06 -0500)
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>
drivers/usb/dwc3/dwc3-pci.c

index e09cb40c14fcda4776d007526380d9ce84911a9b..a286db7ffe94e67d461f301e85a4cd4af3ad99f9 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 const struct acpi_gpio_params reset_gpios = { 0, 0, false };
 static const struct acpi_gpio_params cs_gpios = { 1, 0, false };
This page took 0.041113 seconds and 5 git commands to generate.