[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201103272212485463946@gmail.com>
Date: Sun, 27 Mar 2011 22:12:53 +0800
From: "wanlong.gao" <wanlong.gao@...il.com>
To: "Alexey Dobriyan" <adobriyan@...il.com>
Cc: "greg" <greg@...ah.com>, "harryxiyou" <harryxiyou@...il.com>,
"linux-kernel" <linux-kernel@...r.kernel.org>
Subject: Re: Re: [PATCH] Fixed the format: lines over 80 characters .
I see, thanks .
------------------
wanlong.gao
2011-03-27
-------------------------------------------------------------
发件人:Alexey Dobriyan
发送日期:2011-03-27 21:54:05
收件人:wanlong.gao
抄送:greg; harryxiyou; linux-kernel
主题:Re: [PATCH] Fixed the format: lines over 80 characters .
On Sun, Mar 27, 2011 at 11:07:24AM +0800, wanlong.gao@...il.com wrote:
> Lines over 80 characters
> static DEFINE_PCI_DEVICE_TABLE(cmodio_pci_ids) = {
> - { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9030, PCI_VENDOR_ID_JANZ, 0x0101 },
> - { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050, PCI_VENDOR_ID_JANZ, 0x0100 },
> + { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9030,
> + PCI_VENDOR_ID_JANZ, 0x0101 },
> + { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050,
> + PCI_VENDOR_ID_JANZ, 0x0100 },
NAK, this is less readable.
Powered by blists - more mailing lists