X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fchecksum.h;h=0e2db4ceb776cd1dd2bfe78e66dbce7cd5d6a15b;hb=6455100f38e9312346f4d58511595f695d813537;hp=4f85104a764797ceb2c0d63818a664707fc37e49;hpb=d929d22c2c543ae3ceafa90b378154e6b4cf9a56;p=sliver-openvswitch.git diff --git a/datapath/checksum.h b/datapath/checksum.h index 4f85104a7..0e2db4ceb 100644 --- a/datapath/checksum.h +++ b/datapath/checksum.h @@ -34,7 +34,8 @@ u8 get_ip_summed(struct sk_buff *skb); void set_ip_summed(struct sk_buff *skb, u8 ip_summed); void get_skb_csum_pointers(const struct sk_buff *skb, u16 *csum_start, u16 *csum_offset); -void set_skb_csum_pointers(struct sk_buff *skb, u16 csum_start, u16 csum_offset); +void set_skb_csum_pointers(struct sk_buff *skb, u16 csum_start, + u16 csum_offset); #else static inline int compute_ip_summed(struct sk_buff *skb, bool xmit) { @@ -114,7 +115,7 @@ static inline int rpl_pskb_expand_head(struct sk_buff *skb, int nhead, update_csum_start(skb, skb_headroom(skb) - old_headroom); - return 0; + return 0; } #define pskb_expand_head rpl_pskb_expand_head