3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-21 22:09:23 +01:00

treewide: Remove double-empty lines

This commit is contained in:
Denis Kenzior 2021-09-23 17:45:29 -05:00
parent 9a080dffcd
commit a0deadc919
4 changed files with 0 additions and 4 deletions

View File

@ -495,7 +495,6 @@ static int ft_process_ies(struct handshake_state *hs, const uint8_t *ies,
if (ft_parse_ies(hs, ies, ies_len, &mde, &fte) < 0)
goto ft_error;
if (!mde_equal(hs->mde, mde))
goto ft_error;

View File

@ -2077,7 +2077,6 @@ done:
L_WARN_ON(!eapol_start(netdev->sm));
}
static int netdev_get_oci(struct netdev *netdev)
{
struct l_genl_msg *msg =

View File

@ -1167,7 +1167,6 @@ static size_t p2p_group_write_wfd_ie(struct p2p_device *dev,
return 0;
}
static size_t p2p_group_get_ies_len(enum mpdu_management_subtype type,
const struct mmpdu_header *client_frame,
size_t client_frame_len,

View File

@ -743,7 +743,6 @@ static bool station_owe_transition_results(int err, struct l_queue *bss_list,
bss->owe_trans->ssid))
goto free;
/* Check if we have an open BSS that matches */
if (!network_has_open_pair(network, bss))
goto free;