summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/unix/tuntap.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/unix/tuntap.h')
-rw-r--r--vnet/vnet/unix/tuntap.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/vnet/vnet/unix/tuntap.h b/vnet/vnet/unix/tuntap.h
index ba0b77938e8..d7f96caeaf0 100644
--- a/vnet/vnet/unix/tuntap.h
+++ b/vnet/vnet/unix/tuntap.h
@@ -1,4 +1,4 @@
-/*
+/*
*------------------------------------------------------------------
* tuntap.h - kernel stack (reverse) punt/inject path
*
@@ -16,10 +16,9 @@
* limitations under the License.
*------------------------------------------------------------------
*/
-
-/*
- * Call from some VLIB_INIT_FUNCTION to set the Linux kernel
- * inject node name.
+/**
+ * @file
+ * @brief Call from VLIB_INIT_FUNCTION to set the Linux kernel inject node name.
*/
void register_tuntap_inject_node_name (char *name);