]> err.no Git - linux-2.6/blobdiff - net/ipv4/ipvs/ip_vs_proto_udp.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
[linux-2.6] / net / ipv4 / ipvs / ip_vs_proto_udp.c
index 1fa7b330b9aced4ecddbb4b9e1243c0d5b785b92..1caa2908373f28cea2f7c98e3d7191fbaf25d4f3 100644 (file)
@@ -344,7 +344,7 @@ static int udp_app_conn_bind(struct ip_vs_conn *cp)
 
                        IP_VS_DBG(9, "%s: Binding conn %u.%u.%u.%u:%u->"
                                  "%u.%u.%u.%u:%u to app %s on port %u\n",
-                                 __FUNCTION__,
+                                 __func__,
                                  NIPQUAD(cp->caddr), ntohs(cp->cport),
                                  NIPQUAD(cp->vaddr), ntohs(cp->vport),
                                  inc->name, ntohs(inc->port));