mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-29 05:39:24 +01:00
netconfig: trivial: Fix double-empty space
This commit is contained in:
parent
cfde6c3f55
commit
ec634ad2a7
@ -494,7 +494,7 @@ static struct l_rtnl_address *netconfig_get_static6_address(
|
|||||||
prefix_len = strtoul(p, NULL, 10);
|
prefix_len = strtoul(p, NULL, 10);
|
||||||
if (!unlikely(errno == EINVAL || errno == ERANGE ||
|
if (!unlikely(errno == EINVAL || errno == ERANGE ||
|
||||||
!prefix_len || prefix_len > 128)) {
|
!prefix_len || prefix_len > 128)) {
|
||||||
l_error("netconfig: Invalid prefix '%s' provided in network"
|
l_error("netconfig: Invalid prefix '%s' provided in network"
|
||||||
" configuration file", p);
|
" configuration file", p);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user