mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
scan: Fix confusing identation
This commit is contained in:
parent
e609981b61
commit
95c05d447b
12
src/scan.c
12
src/scan.c
@ -259,12 +259,12 @@ static void scan_triggered(struct l_genl_msg *msg, void *userdata)
|
|||||||
if (sr->trigger) {
|
if (sr->trigger) {
|
||||||
sr->trigger(0, sr->userdata);
|
sr->trigger(0, sr->userdata);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Reset callback for the consequent scan triggerings of the
|
* Reset callback for the consequent scan triggerings of the
|
||||||
* multi-segmented scans.
|
* multi-segmented scans.
|
||||||
*/
|
*/
|
||||||
sr->trigger = NULL;
|
sr->trigger = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct scan_freq_append_data {
|
struct scan_freq_append_data {
|
||||||
|
Loading…
Reference in New Issue
Block a user