aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/geneve.c
diff options
context:
space:
mode:
authorSabrina Dubroca <sd@queasysnail.net>2016-07-11 13:12:28 +0200
committerDavid S. Miller <davem@davemloft.net>2016-07-11 13:42:11 -0700
commite5de25dce9243a3d29b5ebc131cc9d59008f39f7 (patch)
tree0458cd181c31eb69cd20dad63e2f698dd3f4b67c /drivers/net/geneve.c
parentMAINTAINERS: release Scott from being a rocker maintainer (diff)
downloadlinux-dev-e5de25dce9243a3d29b5ebc131cc9d59008f39f7.tar.xz
linux-dev-e5de25dce9243a3d29b5ebc131cc9d59008f39f7.zip
drivers/net: fixup comments after "Future-proof tunnel offload handlers"
Some comments weren't updated to reflect the renaming of ndo's and the change of arguments. Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Acked-by: Alexander Duyck <aduyck@mirantis.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/geneve.c')
-rw-r--r--drivers/net/geneve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/geneve.c b/drivers/net/geneve.c
index 5de892f3c0e0..3c20e87bb761 100644
--- a/drivers/net/geneve.c
+++ b/drivers/net/geneve.c
@@ -1134,9 +1134,9 @@ static struct device_type geneve_type = {
.name = "geneve",
};
-/* Calls the ndo_add_udp_enc_port of the caller in order to
+/* Calls the ndo_udp_tunnel_add of the caller in order to
* supply the listening GENEVE udp ports. Callers are expected
- * to implement the ndo_add_udp_enc_port.
+ * to implement the ndo_udp_tunnel_add.
*/
static void geneve_push_rx_ports(struct net_device *dev)
{