diff options
author | Randy Dunlap | 2020-07-15 09:42:46 -0700 |
---|---|---|
committer | Jakub Kicinski | 2020-07-15 20:34:11 -0700 |
commit | 59632b220f2d61df274ed3a14a204e941051fdad (patch) | |
tree | d486f6635f11094260773b6efec63a66e43aa95c /include/linux/ipv6.h | |
parent | d86f9868bdb40fc11c1e8c176ae11fb897b9d5f4 (diff) |
net: ipv6: drop duplicate word in comment
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>
Diffstat (limited to 'include/linux/ipv6.h')
-rw-r--r-- | include/linux/ipv6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index 2cb445a8fc9e..8d8f877e7f81 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h @@ -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; |