RE: [PATCH -mm] [RFC] IOAT: Add support for version 2 of ioatdma device

2007-09-07 Thread Nelson, Shannon
>From: Andy Whitcroft [mailto:[EMAIL PROTECTED] > >Those two look suspect to checkpatch, and I have to agree with it. > >WARNING: Trailing semicolon indicates no statements, indent implies >otherwise >#346: FILE: drivers/dma/ioat_dma.c:168: >+ if (--cnt == 0); >+

Re: [PATCH -mm] [RFC] IOAT: Add support for version 2 of ioatdma device

2007-09-07 Thread Andy Whitcroft
On Thu, Sep 06, 2007 at 10:07:12AM -0700, Shannon Nelson wrote: > list_for_each_entry(iter, &desc->async_tx.tx_list, node) { > iter->hw->src_addr = addr; > addr += ioat_chan->xfercap; > + > + if (--cnt == 0); > + break; > } >