[PATCH 8/7] CCISS: tidy up product table indentation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Make each one fit on a line so it's easier to read.  I re-ordered
COMPAQ_CISSC/0x4091, which was out of order.  I double-checked these,
but it would be good if you'd also check them to make sure I didn't
miss any.

Signed-off-by: Bjorn Helgaas <[email protected]>

Index: rc6-mm2/drivers/block/cciss.c
===================================================================
--- rc6-mm2.orig/drivers/block/cciss.c	2006-06-15 10:47:49.000000000 -0600
+++ rc6-mm2/drivers/block/cciss.c	2006-06-15 10:55:48.000000000 -0600
@@ -64,42 +64,24 @@
 
 /* define the PCI info for the cards we can control */
 static const struct pci_device_id cciss_pci_device_id[] = {
-	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISS,
-	 0x0E11, 0x4070, 0, 0, 0},
-	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB,
-	 0x0E11, 0x4080, 0, 0, 0},
-	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB,
-	 0x0E11, 0x4082, 0, 0, 0},
-	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB,
-	 0x0E11, 0x4083, 0, 0, 0},
-	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC,
-	 0x0E11, 0x409A, 0, 0, 0},
-	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC,
-	 0x0E11, 0x409B, 0, 0, 0},
-	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC,
-	 0x0E11, 0x409C, 0, 0, 0},
-	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC,
-	 0x0E11, 0x409D, 0, 0, 0},
-	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC,
-	 0x0E11, 0x4091, 0, 0, 0},
-	{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSA,
-	 0x103C, 0x3225, 0, 0, 0},
-	{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC,
-	 0x103c, 0x3223, 0, 0, 0},
-	{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC,
-	 0x103c, 0x3234, 0, 0, 0},
-	{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC,
-	 0x103c, 0x3235, 0, 0, 0},
-	{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD,
-	 0x103c, 0x3211, 0, 0, 0},
-	{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD,
-	 0x103c, 0x3212, 0, 0, 0},
-	{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD,
-	 0x103c, 0x3213, 0, 0, 0},
-	{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD,
-	 0x103c, 0x3214, 0, 0, 0},
-	{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD,
-	 0x103c, 0x3215, 0, 0, 0},
+	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISS,  0x0E11, 0x4070},
+	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB, 0x0E11, 0x4080},
+	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB, 0x0E11, 0x4082},
+	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB, 0x0E11, 0x4083},
+	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, 0x0E11, 0x4091},
+	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, 0x0E11, 0x409A},
+	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, 0x0E11, 0x409B},
+	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, 0x0E11, 0x409C},
+	{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, 0x0E11, 0x409D},
+	{PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSA,     0x103C, 0x3225},
+	{PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSC,     0x103C, 0x3223},
+	{PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSC,     0x103C, 0x3234},
+	{PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSC,     0x103C, 0x3235},
+	{PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSD,     0x103C, 0x3211},
+	{PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSD,     0x103C, 0x3212},
+	{PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSD,     0x103C, 0x3213},
+	{PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSD,     0x103C, 0x3214},
+	{PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSD,     0x103C, 0x3215},
 	{0,}
 };
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux