From: "K. Y. Srinivasan" <k...@microsoft.com>
Date: Thu,  6 Mar 2014 03:13:10 -0800

> +     ppi = init_ppi_data(rndis_msg, NDIS_LSO_PPI_SIZE,
> +                             TCP_LARGESEND_PKTINFO);

This is not indented properly, "TCP_LARGESEND_PKTINFO);" should start at the
first column after the openning parenthesis of "init_ppi_data(".

> +             ~csum_tcpudp_magic(ip_hdr(skb)->saddr,
> +                             ip_hdr(skb)->daddr, 0, IPPROTO_TCP, 0);

Likewise.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to