OSDN Git Service

net: ipv6: drop duplicate word in comment
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 15 Jul 2020 16:42:46 +0000 (09:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Jul 2020 03:34:11 +0000 (20:34 -0700)
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>
include/linux/ipv6.h

index 2cb445a..8d8f877 100644 (file)
@@ -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;