Skip to content

Commit 9692a67

Browse files
andy-shevgregkh
authored andcommitted
xhci: pci: Fix indentation in the PCI device ID definitions
commit 0309ed83791c079f239c13e0c605210425cd1a61 upstream. Some of the definitions are missing the one TAB, add it to them. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 18f8271 commit 9692a67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/usb/host/xhci-pci.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
#define SPARSE_CNTL_ENABLE 0xC12C
2929

3030
/* Device for a quirk */
31-
#define PCI_VENDOR_ID_FRESCO_LOGIC 0x1b73
32-
#define PCI_DEVICE_ID_FRESCO_LOGIC_PDK 0x1000
31+
#define PCI_VENDOR_ID_FRESCO_LOGIC 0x1b73
32+
#define PCI_DEVICE_ID_FRESCO_LOGIC_PDK 0x1000
3333
#define PCI_DEVICE_ID_FRESCO_LOGIC_FL1009 0x1009
3434
#define PCI_DEVICE_ID_FRESCO_LOGIC_FL1100 0x1100
3535
#define PCI_DEVICE_ID_FRESCO_LOGIC_FL1400 0x1400
@@ -38,8 +38,8 @@
3838
#define PCI_DEVICE_ID_EJ168 0x7023
3939
#define PCI_DEVICE_ID_EJ188 0x7052
4040

41-
#define PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI 0x8c31
42-
#define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI 0x9c31
41+
#define PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI 0x8c31
42+
#define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI 0x9c31
4343
#define PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP_XHCI 0x9cb1
4444
#define PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI 0x22b5
4545
#define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI 0xa12f

0 commit comments

Comments
 (0)