1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

tap: Fix comment for tap_sock_init_tun_ns()

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2021-09-27 00:27:47 +02:00
parent 8cc50c346b
commit f1c1d40f90

2
tap.c
View File

@ -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)
{