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
