From: Randy Dunlap Date: Wed, 15 Jul 2020 16:42:46 +0000 (-0700) Subject: net: ipv6: drop duplicate word in comment X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=59632b220f2d61df274ed3a14a204e941051fdad;p=uclinux-h8%2Flinux.git net: ipv6: drop duplicate word in comment Drop the doubled word "by" in a comment. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: netdev@vger.kernel.org Signed-off-by: Jakub Kicinski --- 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;