tap: Fix comment for tap_sock_init_tun_ns()
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
8cc50c346b
commit
f1c1d40f90
1 changed files with 1 additions and 1 deletions
2
tap.c
2
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
|
* 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)
|
static int tap_sock_init_tun_ns(void *target_pid)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue