mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
treewide: Use l_debug with at least one argument
By convention we should be passing at least an empty string to make it clearer that no additional debug info is being printed
This commit is contained in:
parent
3607ee0c7e
commit
0e49561bb7
@ -170,7 +170,7 @@ static int eap_extensions_handle_cryptobinding_tlv(struct eap_state *eap,
|
||||
uint8_t buf[61];
|
||||
uint8_t imck[60];
|
||||
|
||||
l_debug();
|
||||
l_debug("");
|
||||
|
||||
if (tlv_value_len != cryptobinding_val_len)
|
||||
return -EBADMSG;
|
||||
|
@ -1179,7 +1179,7 @@ void netconfig_destroy(struct netconfig *netconfig)
|
||||
if (!netconfig_list)
|
||||
return;
|
||||
|
||||
l_debug();
|
||||
l_debug("");
|
||||
|
||||
l_queue_remove(netconfig_list, netconfig);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user