Commit 5c21403d authored by David S. Miller's avatar David S. Miller

net: Update sk_buff flag bit availability comment.

We lost one when xmit_more was added.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a3d12146
......@@ -580,7 +580,7 @@ struct sk_buff {
__u8 encap_hdr_csum:1;
__u8 csum_valid:1;
__u8 csum_complete_sw:1;
/* 2/4 bit hole (depending on ndisc_nodetype presence) */
/* 1/3 bit hole (depending on ndisc_nodetype presence) */
kmemcheck_bitfield_end(flags2);
#if defined CONFIG_NET_DMA || defined CONFIG_NET_RX_BUSY_POLL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment