From edc609d2e2bce1a6fe40aacc63b61c3211f0865e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= <cnkgndgn@gmail.com>
Date: Mon, 17 Aug 2015 11:49:05 +0200
Subject: [PATCH] sys/include/net/ng_ipv6/netif.h: docfix

---
 sys/include/net/ng_ipv6/netif.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys/include/net/ng_ipv6/netif.h b/sys/include/net/ng_ipv6/netif.h
index 693a4440c9..96245bd79c 100644
--- a/sys/include/net/ng_ipv6/netif.h
+++ b/sys/include/net/ng_ipv6/netif.h
@@ -259,8 +259,8 @@ ng_ipv6_netif_t *ng_ipv6_netif_get(kernel_pid_t pid);
  * @details This sets/unsets the NG_IPV6_NETIF_FLAGS_ROUTER and initializes
  *          or ceases router behavior for neighbor discovery.
  *
- * @param[in] The interface.
- * @param[in] Status for the NG_IPV6_NETIF_FLAGS_ROUTER flag.
+ * @param[in] netif     The interface.
+ * @param[in] enable    Status for the NG_IPV6_NETIF_FLAGS_ROUTER flag.
  */
 static inline void ng_ipv6_netif_set_rtr(ng_ipv6_netif_t *netif, bool enable)
 {
@@ -275,8 +275,8 @@ static inline void ng_ipv6_netif_set_rtr(ng_ipv6_netif_t *netif, bool enable)
  *          NG_IPV6_NETIF_FLAGS_RTR_ADV and initializes or ceases router
  *          advertising behavior for neighbor discovery.
  *
- * @param[in] The interface.
- * @param[in] Status for the NG_IPV6_NETIF_FLAGS_RTR flag.
+ * @param[in] netif     The interface.
+ * @param[in] enable    Status for the NG_IPV6_NETIF_FLAGS_RTR flag.
  */
 static inline void ng_ipv6_netif_set_rtr_adv(ng_ipv6_netif_t *netif, bool enable)
 {
-- 
GitLab