[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1279038736.1501.412.camel@Joe-Laptop.home>
Date: Tue, 13 Jul 2010 09:32:16 -0700
From: Joe Perches <joe@...ches.com>
To: Mark <reodge@...il.com>
Cc: gregkh@...e.de, Arun Thomas <arun.thomas@...il.com>,
Kulikov Vasiliy <segooon@...il.com>,
Rich Folsom <rich.folsom@...il.com>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: comedi: Cleanup style issues in adl_pci9111.c
On Tue, 2010-07-13 at 17:24 +0100, Mark wrote:
> static DEFINE_PCI_DEVICE_TABLE(pci9111_pci_table) = {
> - {
> - PCI_VENDOR_ID_ADLINK, PCI9111_HR_DEVICE_ID, PCI_ANY_ID,
> - PCI_ANY_ID, 0, 0, 0},
> - /* { PCI_VENDOR_ID_ADLINK, PCI9111_HG_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, */
> - {
> - 0}
> + { PCI_VENDOR_ID_ADLINK, PCI9111_HR_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID,
> + 0, 0, 0 },
> + /* { PCI_VENDOR_ID_ADLINK, PCI9111_HG_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID,
> + * 0, 0, 0 }, */
> + { 0 }
> };
PCI_VDEVICE()
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists