diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-09-27 00:27:47 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-09-27 01:28:02 +0200 |
commit | f1c1d40f907d4f9a83508b9e7082c60b08d5090c (patch) | |
tree | cd1459aa5939f415730501d61beba4cc629810dd | |
parent | 8cc50c346b983c2a01536f7a48b9525792e1c4d7 (diff) | |
download | passt-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>
-rw-r--r-- | tap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |