mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
net: ip6_fib.h: drop duplicate word in comment
Drop doubled word "the" 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>
This commit is contained in:
parent
ab88d64a90
commit
4b48b0a3aa
@ -166,7 +166,7 @@ struct fib6_info {
|
|||||||
struct fib6_node __rcu *fib6_node;
|
struct fib6_node __rcu *fib6_node;
|
||||||
|
|
||||||
/* Multipath routes:
|
/* Multipath routes:
|
||||||
* siblings is a list of fib6_info that have the the same metric/weight,
|
* siblings is a list of fib6_info that have the same metric/weight,
|
||||||
* destination, but not the same gateway. nsiblings is just a cache
|
* destination, but not the same gateway. nsiblings is just a cache
|
||||||
* to speed up lookup.
|
* to speed up lookup.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user