From: Nicolas Dichtel Date: Mon, 30 Sep 2013 12:16:41 +0000 (+0200) Subject: skbuff: size of hole is wrong in a comment X-Git-Tag: v3.12-rc4~30^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45906723578f768d029ba7774cd97b435f2c5125;p=profile%2Fcommon%2Fkernel-common.git skbuff: size of hole is wrong in a comment Since commit c93bdd0e03e8 ("netvm: allow skb allocation to use PFMEMALLOC reserves"), hole size is one bit less than what is written in the comment. Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 2ddb48d..c2d8933 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -498,7 +498,7 @@ struct sk_buff { * headers if needed */ __u8 encapsulation:1; - /* 7/9 bit hole (depending on ndisc_nodetype presence) */ + /* 6/8 bit hole (depending on ndisc_nodetype presence) */ kmemcheck_bitfield_end(flags2); #if defined CONFIG_NET_DMA || defined CONFIG_NET_RX_BUSY_POLL