net: includes: Fix indentation in header files

The indentation went wrong when the integer types was changed
from the type "u8_t" to type "uint8_t". This changed the length
of the type and caused the code to look bad in places.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2020-08-21 13:27:39 +03:00 committed by Anas Nashif
commit 34ddb8cfa8
12 changed files with 58 additions and 49 deletions

View file

@ -716,8 +716,8 @@ static inline void net_if_stop_rs(struct net_if *iface)
* @brief Set a network interface's link address
*
* @param iface Pointer to a network interface structure
* @param addr A pointer to a uint8_t buffer representing the address. The buffer
* must remain valid throughout interface lifetime.
* @param addr A pointer to a uint8_t buffer representing the address.
* The buffer must remain valid throughout interface lifetime.
* @param len length of the address buffer
* @param type network bearer type of this link address
*