Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Jakub Kicinski
ab88d64a c201324b

+1 -1
+1 -1
include/net/dsa.h
··· 612 612 * MTU change functionality. Switches can also adjust their MRU through 613 613 * this method. By MTU, one understands the SDU (L2 payload) length. 614 614 * If the switch needs to account for the DSA tag on the CPU port, this 615 - * method needs to to do so privately. 615 + * method needs to do so privately. 616 616 */ 617 617 int (*port_change_mtu)(struct dsa_switch *ds, int port, 618 618 int new_mtu);