mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
treewide: Remove double-empty lines
This commit is contained in:
parent
9a080dffcd
commit
a0deadc919
1
src/ft.c
1
src/ft.c
@ -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)
|
if (ft_parse_ies(hs, ies, ies_len, &mde, &fte) < 0)
|
||||||
goto ft_error;
|
goto ft_error;
|
||||||
|
|
||||||
|
|
||||||
if (!mde_equal(hs->mde, mde))
|
if (!mde_equal(hs->mde, mde))
|
||||||
goto ft_error;
|
goto ft_error;
|
||||||
|
|
||||||
|
@ -2077,7 +2077,6 @@ done:
|
|||||||
L_WARN_ON(!eapol_start(netdev->sm));
|
L_WARN_ON(!eapol_start(netdev->sm));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static int netdev_get_oci(struct netdev *netdev)
|
static int netdev_get_oci(struct netdev *netdev)
|
||||||
{
|
{
|
||||||
struct l_genl_msg *msg =
|
struct l_genl_msg *msg =
|
||||||
|
@ -1167,7 +1167,6 @@ static size_t p2p_group_write_wfd_ie(struct p2p_device *dev,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static size_t p2p_group_get_ies_len(enum mpdu_management_subtype type,
|
static size_t p2p_group_get_ies_len(enum mpdu_management_subtype type,
|
||||||
const struct mmpdu_header *client_frame,
|
const struct mmpdu_header *client_frame,
|
||||||
size_t client_frame_len,
|
size_t client_frame_len,
|
||||||
|
@ -743,7 +743,6 @@ static bool station_owe_transition_results(int err, struct l_queue *bss_list,
|
|||||||
bss->owe_trans->ssid))
|
bss->owe_trans->ssid))
|
||||||
goto free;
|
goto free;
|
||||||
|
|
||||||
|
|
||||||
/* Check if we have an open BSS that matches */
|
/* Check if we have an open BSS that matches */
|
||||||
if (!network_has_open_pair(network, bss))
|
if (!network_has_open_pair(network, bss))
|
||||||
goto free;
|
goto free;
|
||||||
|
Loading…
Reference in New Issue
Block a user