Skip to content

Commit

Permalink
net: Update sk_buff flag bit availability comment.
Browse files Browse the repository at this point in the history
We lost one when xmit_more was added.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Aug 27, 2014
1 parent a3d1214 commit 5c21403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c21403

Please sign in to comment.