From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [PATCH 2/9] [I/OAT] Driver for the Intel(R) I/OAT DMA engine Date: Thu, 25 May 2006 11:00:57 -0700 Message-ID: <20060525180057.GC9867@pb15.lixom.net> References: <20060524001653.19403.31396.stgit@gitlost.site> <20060524002013.19403.57410.stgit@gitlost.site> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Return-path: Received: from lixom.net ([66.141.50.11]:21418 "EHLO mail.lixom.net") by vger.kernel.org with ESMTP id S1030300AbWEYSBu (ORCPT ); Thu, 25 May 2006 14:01:50 -0400 To: Chris Leech Content-Disposition: inline In-Reply-To: <20060524002013.19403.57410.stgit@gitlost.site> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hi, Minor nitpick below: On Tue, May 23, 2006 at 05:20:13PM -0700, Chris Leech wrote: > +static int enumerate_dma_channels(struct ioat_device *device) [...] > + enumerate_dma_channels(device); Return value is never used, might as well change the function declaration to void. -Olof