From: Randy Dunlap Date: Wed, 15 Jul 2020 16:42:43 +0000 (-0700) Subject: net: dsa.h: drop duplicate word in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ab88d64a90951a95c4e08971b02fcb781d2067f0;p=linux.git net: dsa.h: drop duplicate word in comment Drop doubled word "to" 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/net/dsa.h b/include/net/dsa.h index b28c95c767621..6fa418ff1175b 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);