From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xyzzy.farnsworth.org (unknown [65.200.49.142]) by ozlabs.org (Postfix) with SMTP id 399516855F for ; Fri, 14 Oct 2005 23:56:44 +1000 (EST) Date: 14 Oct 2005 13:56:41 -0000 Message-ID: <20051014135641.15104.qmail@xyzzy.farnsworth.org> From: "Dale Farnsworth" To: nd@bplan-gmbh.de, linuxppc-dev@ozlabs.org In-Reply-To: <1129233624.4161.30.camel@localhost.localdomain> Subject: Re: [PATCH 2.6.14-rc3 1/1] chrp_pegasos_eth: Added Marvell Discovery II SRAM support List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , In article <1129233624.4161.30.camel@localhost.localdomain> Nicolas DET wrote: > Added proper entry to support the Marvell MV64361 (Marvell Discovery II) > SRAM. Hi Nicolas, I noticed a couple of style issues. > +// Pegasos II location and size for the SRAM stuff C++ style comments are discouraged in the kernel source. > - static struct pci_device_id pci_marvell_mv64360[] = { > + static struct pci_device_id pci_marvell_mv64360[] = > + { > + if (pci_dev_present(pci_marvell_mv64360)) > + { Open brace should not be on a line by itself except in function definitions. -Dale Farnsworth