Fixed. Thanks.
On Wed, Jan 16, 2013 at 4:27 PM, Stefan Hajnoczi <stefa...@gmail.com> wrote: > On Sat, Jan 12, 2013 at 06:09:42PM +0200, Dmitry Fleytman wrote: > > +static inline uint32_t > > +net_checksum_add(int len, uint8_t *buf) > > +{ > > + return net_checksum_add_cont(len, buf, 0); > > +} > > + > > +static inline uint16_t > > +net_raw_checksum(uint8_t *data, int length) > > +{ > > + return net_checksum_finish(net_checksum_add(length, data)); > > +} > > 4-space indentation. Don't bother resending because of this, it can be > fixed when merging the patch. > > Stefan > -- Dmitry Fleytman Technology Expert and Consultant, Daynix Computing Ltd. Cell: +972-54-2819481 Skype: dmitry.fleytman