diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-15 09:42:43 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-07-15 20:34:11 -0700 |
commit | ab88d64a90951a95c4e08971b02fcb781d2067f0 (patch) | |
tree | 201603d9572f1e5a5135abc100e2808a40d8f862 /include/net | |
parent | c201324b54553aebb32845193680f21eb493c6e5 (diff) |
net: dsa.h: drop duplicate word in comment
Drop doubled word "to" 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/net')
-rw-r--r-- | include/net/dsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index b28c95c76762..6fa418ff1175 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h @@ -612,7 +612,7 @@ struct dsa_switch_ops { * MTU change functionality. Switches can also adjust their MRU through * this method. By MTU, one understands the SDU (L2 payload) length. * If the switch needs to account for the DSA tag on the CPU port, this - * method needs to to do so privately. + * method needs to do so privately. */ int (*port_change_mtu)(struct dsa_switch *ds, int port, int new_mtu); |