From f1c1d40f907d4f9a83508b9e7082c60b08d5090c Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 27 Sep 2021 00:27:47 +0200 Subject: tap: Fix comment for tap_sock_init_tun_ns() Signed-off-by: Stefano Brivio --- tap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tap.c') diff --git a/tap.c b/tap.c index 991dfc8..721ae0c 100644 --- a/tap.c +++ b/tap.c @@ -839,7 +839,7 @@ static int tun_ns_fd = -1; /** * tap_sock_init_tun_ns() - Create tuntap fd in namespace, bring up loopback - * @c: Execution context + * @target_pid: Pointer to target PID */ static int tap_sock_init_tun_ns(void *target_pid) { -- cgit v1.2.3