projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d86f986
)
net: ipv6: drop duplicate word in comment
author
Randy Dunlap
<rdunlap@infradead.org>
Wed, 15 Jul 2020 16:42:46 +0000
(09:42 -0700)
committer
Jakub 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
patch
|
blob
|
history
diff --git
a/include/linux/ipv6.h
b/include/linux/ipv6.h
index
2cb445a
..
8d8f877
100644
(file)
--- 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;