On 4/5/07, Michael Buesch <[EMAIL PROTECTED]> wrote:
> On Thursday 05 April 2007 06:03, Will Dyson wrote:
> > @@ -1052,8 +1059,10 @@ static void dma_tx_fragment(struct bcm43xx_dmaring 
> > *ring,
> >
> >       memcpy(&meta->txstat.control, ctl, sizeof(*ctl));
> >       meta->skb = skb;
> > -     meta->dmaaddr = map_descbuffer(ring, skb->data, skb->len, 1);
> >       meta->is_last_fragment = 1;
> > +     meta->dmaaddr = map_descbuffer(ring, skb->data, skb->len, 1);
> > +     if(dma_mapping_error(meta->dmaaddr))
>
> Codingstyle. Space between if and (

Sigh. I did try ./scripts/Lindent, by the way. Pretty useless. It
tries to change almost every line.

Is there a set of indent args that will actually help with this,
without generating so much noise that I can't see what I messed up?

-- 
Will Dyson
http://www.lucidts.com/
Linux/Mac/Win consulting
_______________________________________________
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to