Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757030Ab0GMQcU (ORCPT ); Tue, 13 Jul 2010 12:32:20 -0400 Received: from mail.perches.com ([173.55.12.10]:1858 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752788Ab0GMQcT (ORCPT ); Tue, 13 Jul 2010 12:32:19 -0400 Subject: Re: [PATCH] Staging: comedi: Cleanup style issues in adl_pci9111.c From: Joe Perches To: Mark Cc: gregkh@suse.de, Arun Thomas , Kulikov Vasiliy , Rich Folsom , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org In-Reply-To: <1279038257-18055-1-git-send-email-reodge@gmail.com> References: <1279038257-18055-1-git-send-email-reodge@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 13 Jul 2010 09:32:16 -0700 Message-ID: <1279038736.1501.412.camel@Joe-Laptop.home> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 778 Lines: 23 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/