Fix documentation on netif_index_to_name

This commit is contained in:
Dirk Ziegelmeier 2017-01-24 11:39:34 +01:00
parent 6fbec25c8f
commit 7a99d2f8e9

View File

@ -1298,7 +1298,7 @@ netif_name_to_index(const char *name)
* Return the interface name for the netif matching index
* or NULL if not found/on error
*
* @param index the interface index of the netif
* @param idx the interface index of the netif
* @param name char buffer of at least IF_NAMESIZE bytes
*/
char *