From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Thu, 09 Jun 2005 16:57:58 +0000 Subject: Re: [PATCH 04/10] IOCHK interface for I/O error handling/detecting Message-Id: <20050609165758.GD9597@kroah.com> List-Id: References: <42A8386F.2060100@jp.fujitsu.com> <42A83BC8.2010500@jp.fujitsu.com> In-Reply-To: <42A83BC8.2010500@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Hidetoshi Seto Cc: Linux Kernel list , linux-ia64@vger.kernel.org, Linas Vepstas , Benjamin Herrenschmidt , long , linux-pci@atrey.karlin.mff.cuni.cz, linuxppc64-dev On Thu, Jun 09, 2005 at 09:53:28PM +0900, Hidetoshi Seto wrote: > + /* there is no bridge */ > + if (!dev->bus->self) return NULL; Put the "return NULL;" on it's own line please. thanks, greg k-h