Skip to content

Commit

Permalink
net: ipv6: drop duplicate word in comment
Browse files Browse the repository at this point in the history
Drop the doubled word "by" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Randy Dunlap authored and Jakub Kicinski committed Jul 16, 2020
1 parent d86f986 commit 59632b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ struct ipv6_pinfo {

/*
* Packed in 16bits.
* Omit one shift by by putting the signed field at MSB.
* Omit one shift by putting the signed field at MSB.
*/
#if defined(__BIG_ENDIAN_BITFIELD)
__s16 hop_limit:9;
Expand Down

0 comments on commit 59632b2

Please sign in to comment.