X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Flinux-2.6%2Fcompat-2.6%2Finclude%2Flinux%2Fskbuff.h;h=9cd7e1d5d67a89dcf979d42dc23f14e583c79b55;hb=d295e8e97acae13552a5b220d3fbcff8201064a2;hp=01a22d84b0b4be1c68593d4983eea03cec0025b0;hpb=d43e8ef3f41160a8c45f96216faffb4afd957948;p=openvswitch diff --git a/datapath/linux-2.6/compat-2.6/include/linux/skbuff.h b/datapath/linux-2.6/compat-2.6/include/linux/skbuff.h index 01a22d84..9cd7e1d5 100644 --- a/datapath/linux-2.6/compat-2.6/include/linux/skbuff.h +++ b/datapath/linux-2.6/compat-2.6/include/linux/skbuff.h @@ -101,7 +101,7 @@ static inline struct rtable *skb_rtable(const struct sk_buff *skb) #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,17) -/* Emulate Linux 2.6.17 and later behavior, in which kfree_skb silently ignores +/* Emulate Linux 2.6.17 and later behavior, in which kfree_skb silently ignores * null pointer arguments. */ #define kfree_skb(skb) kfree_skb_maybe_null(skb) static inline void kfree_skb_maybe_null(struct sk_buff *skb)