]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
xhci: pci: Fix indentation in the PCI device ID definitions
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 6 Nov 2024 10:14:48 +0000 (12:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Nov 2024 12:26:15 +0000 (13:26 +0100)
Some of the definitions are missing the one TAB, add it to them.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20241106101459.775897-23-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-pci.c

index 77f9fe7a7dcd019d13b5fcdaae5c4fb7bcf8527a..b1f4dd3f9effc4b44b92c4dba43f40337c3221d0 100644 (file)
@@ -28,8 +28,8 @@
 #define SPARSE_CNTL_ENABLE     0xC12C
 
 /* Device for a quirk */
-#define PCI_VENDOR_ID_FRESCO_LOGIC     0x1b73
-#define PCI_DEVICE_ID_FRESCO_LOGIC_PDK 0x1000
+#define PCI_VENDOR_ID_FRESCO_LOGIC             0x1b73
+#define PCI_DEVICE_ID_FRESCO_LOGIC_PDK         0x1000
 #define PCI_DEVICE_ID_FRESCO_LOGIC_FL1009      0x1009
 #define PCI_DEVICE_ID_FRESCO_LOGIC_FL1100      0x1100
 #define PCI_DEVICE_ID_FRESCO_LOGIC_FL1400      0x1400
@@ -38,8 +38,8 @@
 #define PCI_DEVICE_ID_ETRON_EJ168              0x7023
 #define PCI_DEVICE_ID_ETRON_EJ188              0x7052
 
-#define PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI     0x8c31
-#define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI  0x9c31
+#define PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI             0x8c31
+#define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI          0x9c31
 #define PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP_XHCI       0x9cb1
 #define PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI            0x22b5
 #define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI                0xa12f