aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ping.c
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2022-02-09 16:36:39 -0800
committerDavid S. Miller <davem@davemloft.net>2022-02-10 15:04:51 +0000
commit426522394649233f00b1da9bc813fdd5ef3a05fe (patch)
tree9b92e539802f62b6c60375b8a90c1d420f10a193 /net/ipv6/ping.c
parentMerge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next (diff)
downloadlinux-dev-426522394649233f00b1da9bc813fdd5ef3a05fe.tar.xz
linux-dev-426522394649233f00b1da9bc813fdd5ef3a05fe.zip
net: ping6: remove a pr_debug() statement
We have ftrace and BPF today, there's no need for printing arguments at the start of a function. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/ipv6/ping.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/ping.c b/net/ipv6/ping.c
index 9256f6ba87ef..86a72f7a61cf 100644
--- a/net/ipv6/ping.c
+++ b/net/ipv6/ping.c
@@ -59,8 +59,6 @@ static int ping_v6_sendmsg(struct sock *sk, struct msghdr *msg, size_t len)
struct pingfakehdr pfh;
struct ipcm6_cookie ipc6;
- pr_debug("ping_v6_sendmsg(sk=%p,sk->num=%u)\n", inet, inet->inet_num);
-
err = ping_common_sendmsg(AF_INET6, msg, len, &user_icmph,
sizeof(user_icmph));
if (err)