net/if: Fix documentation comment marker.

Documentation comments should begin with /**

Change-Id: I59867e8aad340dac4d66f86e09f4f8ae9d3d75fb
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
Marcus Shawcroft 2017-02-23 22:13:18 +00:00 committed by Jukka Rissanen
commit f998077f4a

View file

@ -1117,7 +1117,7 @@ void net_if_foreach(net_if_cb_t cb, void *user_data);
*/
int net_if_up(struct net_if *iface);
/*
/**
* @brief Bring interface down
*
* @param iface Pointer to network interface