mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 19:34:35 +00:00
net: correct the description of ip_to_string()
The output of ip_to_string() is a string. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
3912611cd1
commit
dc5ff7443e
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ void string_to_enetaddr(const char *addr, uint8_t *enetaddr);
|
||||||
struct in_addr string_to_ip(const char *s);
|
struct in_addr string_to_ip(const char *s);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ip_to_string() - Convert a string to ip address
|
* ip_to_string() - Convert an IPv4 address to a string
|
||||||
*
|
*
|
||||||
* Implemented in lib/net_utils.c (built unconditionally)
|
* Implemented in lib/net_utils.c (built unconditionally)
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue