Re: [PATCH 2/3] virtio_net: Trivial coding style fix
From: Rusty Russell <hidden>
Date: 2008-05-29 06:43:18
Also in:
virtualization
From: Rusty Russell <hidden>
Date: 2008-05-29 06:43:18
Also in:
virtualization
On Tuesday 27 May 2008 21:20:46 Mark McLoughlin wrote:
- if (!skb_partial_csum_set(skb,hdr->csum_start,hdr->csum_offset)) + if (!skb_partial_csum_set(skb, hdr->csum_start, hdr->csum_offset))
I compressed the whitespace to avoid going over 80 cols. A choice of lesser evils :) Cheers, Rusty.