aboutgitcodebugslistschat
path: root/tap.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-09-27 00:27:47 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-09-27 01:28:02 +0200
commitf1c1d40f907d4f9a83508b9e7082c60b08d5090c (patch)
treecd1459aa5939f415730501d61beba4cc629810dd /tap.c
parent8cc50c346b983c2a01536f7a48b9525792e1c4d7 (diff)
downloadpasst-f1c1d40f907d4f9a83508b9e7082c60b08d5090c.tar
passt-f1c1d40f907d4f9a83508b9e7082c60b08d5090c.tar.gz
passt-f1c1d40f907d4f9a83508b9e7082c60b08d5090c.tar.bz2
passt-f1c1d40f907d4f9a83508b9e7082c60b08d5090c.tar.lz
passt-f1c1d40f907d4f9a83508b9e7082c60b08d5090c.tar.xz
passt-f1c1d40f907d4f9a83508b9e7082c60b08d5090c.tar.zst
passt-f1c1d40f907d4f9a83508b9e7082c60b08d5090c.zip
tap: Fix comment for tap_sock_init_tun_ns()
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'tap.c')
-rw-r--r--tap.c2
1 files changed, 1 insertions, 1 deletions
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)
{