From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] PCI Error Recovery: e100 network device driver Date: Thu, 6 Apr 2006 15:46:43 -0700 Message-ID: <20060406224643.GA6278@kroah.com> References: <20060406222359.GA30037@austin.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jesse.brandeburg@intel.com, linuxppc-dev@ozlabs.org, john.ronciak@intel.com, jeffrey.t.kirsher@intel.com, linux-pci@atrey.karlin.mff.cuni.cz, Jeff Garzik Return-path: To: Linas Vepstas Content-Disposition: inline In-Reply-To: <20060406222359.GA30037@austin.ibm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org List-Id: netdev.vger.kernel.org On Thu, Apr 06, 2006 at 05:24:00PM -0500, Linas Vepstas wrote: > + if(pci_enable_device(pdev)) { Add a space after "if" and before "(" please. You do this in a few different places. thanks, greg k-h